Created
August 31, 2015 15:19
-
-
Save krishjun/1f7735cad050568d03f4 to your computer and use it in GitHub Desktop.
Mysql Datetime php format
This file contains hidden or 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
define('MYSQL_DATETIME_FORMAT', 'Y-m-d H:i:s'); | |
define('APP_DATE_FORMAT', 'd-m-Y'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment