On Fri, Sep 11, 2009 at 3:26 AM, Devin Asay <[email protected]> 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
_______________________________________________
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

Reply via email to