add IntlDateFormatter for formatting locale-dependent date and time

This commit is contained in:
coderkun 2014-01-25 20:22:54 +01:00
commit 3bebc9a35f
9 changed files with 47 additions and 18 deletions

View file

@ -19,14 +19,6 @@
*/
class Utils
{
/**
* Format for printing the date
*
* @var string
*/
const DATEFORMAT = 'm.d.Y';
}
?>