Created
November 9, 2012 22:56
-
-
Save AMHOL/4048870 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
Date::DATE_FORMATS[:default] = '%d/%m/%Y' | |
# if you want to change the format of Time display then add the line below | |
Time::DATE_FORMATS[:default]= '%d/%m/%Y %H:%M:%S' | |
# if you want to change the DB date format. | |
Time::DATE_FORMATS[:db]= '%d/%m/%Y %H:%M:%S' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment