Date manipulation: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added/changed comments and whitespace, changed indentations.)
m (→‎{{header|REXX}}: removed STYLE from the HTML tag PRE.)
Line 1,806: Line 1,806:
say aDate ' + 12 hours ───► ' ndate ntime tz /*display the new timestamp to console.*/
say aDate ' + 12 hours ───► ' ndate ntime tz /*display the new timestamp to console.*/
/*stick a fork in it, we're all done. */</lang>
/*stick a fork in it, we're all done. */</lang>
'''output'''
{{out}}
<pre>
<pre style="overflow:scroll">
March 7 2009 7:30pm EST + 12 hours ───► 8 Mar 2009 7:30am EST
March 7 2009 7:30pm EST + 12 hours ───► 8 Mar 2009 7:30am EST
</pre>
</pre>