Hi,

Can someone explain this?

100 CLS
120 d=DATE(2001,6,11,0,0,0)
140 PRINT d
160 d1=1.2762214E9
180 PRINT DATE$(d)
120 PRINT DATE$(d1)

d1 is the value returned by d (line 140)
Why doesn't line 200 return the same date as line 180?
I tried different values for d in line 120 and changed line 160
accordingly.. Sometimes the dates returned  in lines 180 and 200 are
identical and sometimes they aren't (and then the difference seems to be
6m40s).
Where have those 6m40s gone and why?

Any idea?

François Van Emelen

Reply via email to