I am converting a database that was made in the 80's and it seems that the date for some tables is stored as characters. There are 2 columns of data. The first column has data formatted like this:
°& C2 024
The second column is a plain text description:
Description of some stuff
The data gets imported into a 'table' view. C2 defines the table header, 024 defines the row and °& defines what day the table data is pulled in to. Example:
Date: 2/21/2007
C1 C2 C3 C4
000
003
006
009
012
015
018
021
024 Description of some stu...
027
I have tried converting dates to hex and comparing the hex to character map with no luck.
I have tried using unix date by following instructions from: http://smallbusiness.chron.com/convert-date-hexadecimal-56217.html with no success.
Sample values and known dates:
°& - 2/21/2007
¬& - 2/7/2007
+( - 2/6/2007
ª& - 2/5/2007