Re: Specific Date-Time Formatting
Re: Specific Date-Time Formatting
- Subject: Re: Specific Date-Time Formatting
- From: David Marshall <email@hidden>
- Date: Fri, 4 Nov 2005 06:52:40 -0500
On Thu, 3 Nov 2005 17:17:43 -0700, Michelle Steiner wrote:
why not this:
set dayAfterTomorrow to (current date) + 2 * days
set {m, d} to {month, day} of dayAfterTomorrow
Since the OP wanted both the month and day in numerical format:
set dayAfterTomorrow to (current date) + 2 * days
set {m, d} to {month of dayAfterTomorrow as integer, ¬
day of dayAfterTomorrow}
- - - - -
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden