Skip to content

Instantly share code, notes, and snippets.

@tomharris
Created February 25, 2013 23:00
Show Gist options
  • Save tomharris/5034130 to your computer and use it in GitHub Desktop.
Save tomharris/5034130 to your computer and use it in GitHub Desktop.
Date::DATE_FORMATS[:custom_format] = '%m/%d/%Y'
# ...
user.created_at.to_s(:custom_format)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment