RosettaCodeData/Task/Date-manipulation/00-TASK.txt

8 lines
217 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
Given the date string "March 7 2009 7:30pm EST", <br>
output the time 12 hours later in any human-readable format.
As extra credit, display the resulting time in a time zone different from your own.
<br><br>