Have a look at the centuryCutoff property in the docs...it's settable.
Mark
On 2 Feb 2006, at 20:56, Gregory Lypny wrote:
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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution