Changing date format in CalendarWidget100

Sarah Reichelt sarah.reichelt at gmail.com
Thu Sep 10 21:43:05 EDT 2009


On Fri, Sep 11, 2009 at 3:26 AM, Devin Asay <devin_asay at byu.edu> wrote:
>
> On Sep 10, 2009, at 11:24 AM, Devin Asay wrote:
>
>>  put tDate & 0,0,0,0 into tDate --
>
> Oops! This should be
>
>  put tDate,0,0,0,0 into tDate


While I like Devin's method, I have changed to using:
   put tDate,12,0,0,0 into tDate

By working with a default time of midday instead of midnight, you
avoid any possible daylight-savings change issues.

Cheers,
Sarah



More information about the use-livecode mailing list