Created
July 12, 2012 07:07
-
-
Save johanb/3096395 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irb | |
>> require 'date' | |
=> true | |
>> Date.today | |
=> #<Date: 2012-07-12 ((2456121j,0s,0n),+0s,2299161j)> | |
>> Date.today.to_s | |
=> "2012-07-12" | |
>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment