Re: new (I think) time question
Re: new (I think) time question
- Subject: Re: new (I think) time question
- From: Yvan KOENIG <email@hidden>
- Date: Sun, 6 Sep 2009 21:16:22 +0200
Le 6 sept. 2009 à 21:05:39, Robert Poland a écrit :
On Sep 6, 2009, at 12:53 PM, Deivy Marck Petrescu wrote: set wakeTime to "6:01" set WakeUpTime to short date string of (current date) set WakeUpTime to date (WakeUpTime & space & wakeTime)
set pad to "0" set h to (time of WakeUpTime) div (1 * hours) if h < 10 then set h to pad & h set m to ((time of WakeUpTime) mod (1 * hours)) div (1 * minutes) if m < 10 then set m to pad & m set s to (time of WakeUpTime) mod (1 * hours) mod (1 * minutes) if s < 10 then set s to pad & s
display dialog (h & ":" & m & ":" & s)
--> 00:00:00
Bob Poland - Fort Collins, CO
What is your system's time setting ?
Here it is 24h time. I guess that you are using AM/PM.
Yvan KOENIG (VALLAURIS, France) dimanche 6 septembre 2009 21:15:47
|
_______________________________________________
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