1934 Was Not Such A Good Year

Gregory Lypny gregory.lypny at videotron.ca
Thu Feb 2 15:56:51 EST 2006


I just want to confirm that Revolution does not recognize years  
before 1935.  The following handler converts a short date in 1934 to  
it's long date and the result is 2034.

	Gregory

set useSystemDate to true
put "13/5/1934" into x
if x is a date
then
put "Yes, it's a date."
convert x to long date
put return & x after msg
else
put "Nope."
end if



More information about the use-livecode mailing list