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