Date manipulation: Difference between revisions

Content deleted Content added
Line 313: Line 313:
</lang>
</lang>
The code takes 3 inputs to demonstrate the ability to deal with leap years.
The code takes 3 inputs to demonstrate the ability to deal with leap years.

== Input ==
<pre>
"March 7 2009 7:30pm EST"
"February 28 2009 2:28pm EST"
"February 29 2000 9:52pm EST"
</pre>


== Output ==
== Output ==