DateFormat function of 4.0 not accurate

2001-05-31 Thread JAIME HOI
hi i realised that the date format function is not very accurate. For example, the below code will return me true, when in fact it should be false. Does anyone know how i can resolve this discrepancies?

RE: DateFormat function of 4.0 not accurate

2001-05-31 Thread David Shadovitz
What if you use date/time objects rather than strings? See CreateDateTime. -David On Thurs May 31 2001 JAIME HOI [SMTP:[EMAIL PROTECTED]] wrote: > i realised that the date format function is not very accurate. For > example, the below code will return me true, when in fact it should be > false.