Returns the full system date and time as a property list.
--Copyright 2000 Chuck Neal
--chuck@mediamacros.com
--If you find this code helpful, send me an e-mail and let me know. :-)
on getSysTime
m = the systemDate
return [#year : m.year, #month : m.month, #day : m.day, #hour : (m.seconds/3600), #minute : (m.seconds mod 3600)/60, #second : m.seconds mod 60]
end
on getBehaviorDescription me
return "This script returns the full system time and date."
end
Contact
MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA