Re: Summary: Applescript can't tell time?
Re: Summary: Applescript can't tell time?
- Subject: Re: Summary: Applescript can't tell time?
- From: Michelle Steiner <email@hidden>
- Date: Tue, 3 Feb 2004 17:27:55 -0700
On Feb 3, 2004, at 4:58 PM, Doug McNutt wrote:
I would really like to get, from AppleScript, a 32 bit unsigned
integer which is the actual seconds count from 0 Jan 1904. In OS neXt
I'd settle for the seconds since 0 Jan 1970.
set foo to "Jan 1, 1904"
(current date) - (date foo)
--> 3.158673981E+9
--
We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.