Skip to content

Instantly share code, notes, and snippets.

@johanb
Created July 12, 2012 07:07
Show Gist options
  • Save johanb/3096395 to your computer and use it in GitHub Desktop.
Save johanb/3096395 to your computer and use it in GitHub Desktop.
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