1934 Was Not Such A Good Year

Mark Smith mark at maseurope.net
Thu Feb 2 16:01:31 EST 2006


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
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list