Hi,

Malte created a date library https://github.com/derbrill/libdate

If i remember right it can handle dates below 1970 and above 2036.

Matthias


> Am 08.01.2016 um 23:53 schrieb Richard Gaskin <ambassa...@fourthworld.com>:
> 
> Try this:
> 
> on mouseUp
>  put "1/1/69" into t
>  convert t to secs
>  convert t to short date
>  put t
> end mouseUp
> 
> Is there yet a convenient way to handle conversion of dates prior to 1/1/70?
> 
> -- 
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for the Desktop, Mobile, and the Web
> ____________________________________________________________________
> ambassa...@fourthworld.com                http://www.FourthWorld.com
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to