Created
December 12, 2013 21:56
-
-
Save peterdemartini/7936293 to your computer and use it in GitHub Desktop.
SugarCRM Convert Date from DB to User 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
<?php | |
global $timedate; | |
$timedate->swap_formats(date('Y-m-d'), $timedate->dbDayFormat, $timedate->get_date_format()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment