Skip to content

Instantly share code, notes, and snippets.

@Veejay
Created October 30, 2012 18:06
Show Gist options
  • Save Veejay/3981933 to your computer and use it in GitHub Desktop.
Save Veejay/3981933 to your computer and use it in GitHub Desktop.
Funky Date handling
irb(main):022:0> Date.parse("2012/12/31").cweek
=> 1
irb(main):023:0> Date.parse("2012/12/31").year
=> 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment