duh!
I found the answer afterwards. it involves using the 'firstYear' constant:
TimSecondsToDateTime (gDateInSeconds, &dateTime);
gDate.year = dateTime.year - firstYear;
gDate.month = dateTime.month;
gDate.day = dateTime.day;
Thanks anyway!
Robert Foster
Mountain Visions P/L
[EMAIL PROTECTED]
- Date functions problems (TimGetSeconds()). Robert Foster
- Robert Foster
