I would like to compare the current date to some future date, say 12/31/34.
But MetaCard evaluates the following
the date < 12/31/34
as False...?
It doesn't seem to be doing a strict string compare, because it evaluates
"10/1/01" < "12/31/34"
as True (which you would expect with a string comparison).
Can anyone explain how it is evaluating "the date < 12/31/34"?
Is there some other way to compare 2 dates?
TIA
--Leston
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.