Skip to content

Instantly share code, notes, and snippets.

@peterdemartini
Created December 12, 2013 21:56
Show Gist options
  • Save peterdemartini/7936293 to your computer and use it in GitHub Desktop.
Save peterdemartini/7936293 to your computer and use it in GitHub Desktop.
SugarCRM Convert Date from DB to User Format
<?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