Re: Human Readable Time snipit
Re: Human Readable Time snipit
- Subject: Re: Human Readable Time snipit
- From: Michelle Steiner <email@hidden>
- Date: Wed, 11 Oct 2006 18:38:08 -0700
On Oct 11, 2006, at 3:51 PM, Nir Soffer wrote:
set secondsPerDay to 60 * 60 * 24
set secondsPerHour to 60 * 60
set secondsPerMinute to 60
Why not these:
set secondsPerDay to 1 * days
set secondsPerHour to 1 * hours
set scondsPerMinute to 1 * minutes
-- Michelle
--
"Experience in that marvelous thing that enables you to recognize a
mistake when you make it again." --F. P. JONES
_______________________________________________
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