I need to extract data from a TimeMatters 7 SQL database.
The date is stored in an int field, 05 Jan 2006 is stored as 74883.
Simple thinks I, it's Julian, but on closer inspection it turns out not Julian.
If I deduct 74883 from 01/05/2006 I get 12/28/1800 which is an odd starting date, but it is possible that some leap years are ignored in their calculation.
I could assume 12/28/1800 as a starting date, but I could be mistaken.
Are there any other date formats in use like Julian?
Or does anyone have insight into how TimeMatters saves their dates?
The date is stored in an int field, 05 Jan 2006 is stored as 74883.
Simple thinks I, it's Julian, but on closer inspection it turns out not Julian.
If I deduct 74883 from 01/05/2006 I get 12/28/1800 which is an odd starting date, but it is possible that some leap years are ignored in their calculation.
I could assume 12/28/1800 as a starting date, but I could be mistaken.
Are there any other date formats in use like Julian?
Or does anyone have insight into how TimeMatters saves their dates?