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]
        

Reply via email to