3 lines
64 B
AppleScript
3 lines
64 B
AppleScript
|
|
set x to "March 7 2009 7:30pm EST"
|
||
|
|
return (date x) + 12 * hours
|