[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Y2k patch report 1



PureBytes Links

Trading Reference Links

> ELang Year and date functions seem to work OK
> (did NOT check past 1999; no data available)

what happens if you add some number of days to a date?

  juliantodate(datetojulian(991231)+1)

or

  juliantodate(datetojulian(19991231)+1)

or

  juliantodate(datetojulian(000101)+1)

or

  juliantodate(datetojulian(20000101)+1)

-- 
   Dennis