View Single Post
  #1 (permalink)  
Old 09-18-2006, 04:12 PM
knili knili is offline
Junior Member
 
Join Date: Aug 2006
Posts: 21
knili is on a distinguished road
Time fucntion question

Does anyone knows why this
Alert (TimeToStr(Time[2300], TIME_DATE));
Displays the date as 1970.01.01
while this
Alert (TimeToStr(Time[2299], TIME_DATE));
Displays the date as 2006.09.05

Thanks
Kam
Reply With Quote