Date bug?
André Bisseret
andre.bisseret at wanadoo.fr
Sun Jan 2 03:54:34 EST 2011
Bonjour Chipp,
Here, with your script, I get 11/8/10 as expected.
Mac 10.6.5; liveCode 4.5.2
Best regards from Grenoble
Bonne et heureuse année à tous
André
Le 2 janv. 2011 à 05:58, Chipp Walters a écrit :
> Hey, can anyone try this or tell me why it doesn't work?
> If I use any other date than 11/07/2010, it generates the next date. But for
> some reason Nov 7 doesn't work?
>
> on mouseUp
> put "11/07/2010" into tDate
> answer nextDayDate(tDate)
> end mouseUp
>
> function nextDayDate pDate
> convert pDate to seconds
>
> put 60*60*24 into tSecondsInDay
> add tSecondsInDay to pDate
> convert pDate to short date
> return pDate
> end nextDayDate
>
> --
> Chipp Walters
> CEO, Shafer Walters Group, Inc.
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list