Date & Time Control Panel
Date & Time Control Panel
- Subject: Date & Time Control Panel
- From: Barry Jaques <email@hidden>
- Date: Thu, 28 Jun 2001 16:29:42 +1000
I wonder if any other experts could confirm for me that it is not possible to
script most of the control panels. I was attempting to write a script to change
the format and then revert the process at the end of an email export script (the
purpose of which is to make the database sortable). However with this script I
get a message 'Access Denied'.
tell application "Finder"
open file "Date & Time" of folder "Control Panels" of folder "System Folder"
of startup disk
tell application "Date & Time"
set "Year/Month/Day" of "short date" to true
end tell
end tell
Barry Jaques