Re: date/Snow Leopard changed
Re: date/Snow Leopard changed
- Subject: Re: date/Snow Leopard changed
- From: "Nigel Garvey" <email@hidden>
- Date: Mon, 7 Sep 2009 11:10:30 +0100
Doug Tallman wrote on Sun, 6 Sep 2009 15:50:15 -0400:
>My point was to avoid the issue with Sept. 29 and February.
>Alternatively one could:
>
>on newDate(m, d, y)
> set new_date to date "01/01/01"
> set month of new_date to m
> set day of new_date to d
> set year of new_date to y
> return new_date
>end newDate
>
>newDate(12, 25, 1973)
I'd recommend a year->month->day setting order in case you actually
_need_ to do 29th February.
NG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden