Re: Date-Time Formatting
Re: Date-Time Formatting
- Subject: Re: Date-Time Formatting
- From: Malcolm Fitzgerald <email@hidden>
- Date: Fri, 27 May 2005 14:01:10 +1000
On May 26, 2005, at 10:35 AM, Jake Pietrykowski wrote:
set AppleScript's text item delimiters to " "
text item 1 of (short date string of (current date) & space & time
string of
(current date))
On 27/05/2005, at 12:59 PM, Michelle Steiner wrote:
I had to parse the script like this:
set AppleScript's text item delimiters to " "
text item 1 of (short date string of (current date)) & space & (time
string of (current date))
Why did you bother? "Text item 1 of" is doing nothing here that you
couldn't do with "short date string of (current date)". Besides, the OP
wanted date and time.
Malcolm Fitzgerald ph: 02 93180877
Database Manager fax: 02 93180530
The Australian Society of Authors www.asauthors.org
_______________________________________________
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