Re: Current hour and minute
Re: Current hour and minute
- Subject: Re: Current hour and minute
- From: "Christopher C. Stone" <email@hidden>
- Date: Thu, 1 Feb 2001 18:41:31 -0600
Greetings,
As was mentioned the current date format is dependent upon settings in the Date & Time control panel.
Here's one way to do it if your settings are US and non-24-Hour time.
set AppleScript's text item delimiters to {" "}
set theTime to (get {text 1 thru 5, text -2 thru -1} of time string of (current date)) as string
set AppleScript's text item delimiters to {""}
theTime
(watch the wrap)
Best Regards,
Christopher Stone
______________________________
StoneWorks Computer Consulting
email@hidden