Skip to content

Instantly share code, notes, and snippets.

@wrburgess
Created December 15, 2011 15:29
Show Gist options
  • Save wrburgess/1481489 to your computer and use it in GitHub Desktop.
Save wrburgess/1481489 to your computer and use it in GitHub Desktop.
Ruby/Rails Load a Date
new_date = Date.strptime("12/21/2011", "%m/%d/%Y")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment