Re: More date/time stuff
Re: More date/time stuff
- Subject: Re: More date/time stuff
- From: Michelle Steiner <email@hidden>
- Date: Thu, 19 Nov 2009 16:12:25 -0700
On Nov 19, 2009, at 12:38 PM, Paul Berkowitz wrote: set today to current date tell today set {hours, minutes, seconds} to {0, 0, 0} end tell --> {0, 0, 0}
The one-liner
tell today to set {hours, minutes, seconds} to {0, 0, 0}
works just as well. (In a situation where 'its' is needed, it's needed before each property, not the list.)
Ah, thanks.
-- Michelle
-- How many dyslexics does it change to take a light bulb?
|
_______________________________________________
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