Re: Date problems
Re: Date problems
- Subject: Re: Date problems
- From: John Delacour <email@hidden>
- Date: Mon, 26 Aug 2002 21:30:29 +0100
I wrote:
or do this if you must...
tell application "Finder"
set myDate to "Sun, 25 Aug, 2002 14:43:04"
set myDate to my date myDate
end tell
And I ought to have added that is a good demonstration that variable
names such as "myDate" and "theDate" and "itsDate" ought to be
avoided. There used to be guidelines for this sort of thing.
my date in the script above, for those who are perplexed, means
AppleScript's date... as opposed to the Finder's date (which is
plain date)
JD
_______________________________________________
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.