dates (was: linking document file attributes into a FileMaker Pro )
dates (was: linking document file attributes into a FileMaker Pro )
- Subject: dates (was: linking document file attributes into a FileMaker Pro )
- From: John McAdams <email@hidden>
- Date: Tue, 30 Jul 2002 14:06:53 -0400
There is a line of code below that gets the date "using form." I was
unable to get it to do anything or even compile. Is that a UNIX thing or
a plug-in thing? Thanks, --jmc
On Tuesday, July 30, 2002, at 01:04 AM, applescript-users-
email@hidden wrote:
tell application "Finder"
set docFilename of thisrec to (name of docRef)
set docCreatedate to creation date of docRef
set docCreatedate of thisrec to the clock from <wrap>
(docCreatedate) using form "%d/%m/%c%y"
... etc
end tell
_______________________________________________
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.