add IntlDateFormatter for formatting locale-dependent date and time

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

View file

@ -1,5 +1,5 @@
<h1><?=_('Seminaries')?></h1>
<h2><?=$seminary['title']?></h2>
<p>
<?=sprintf(_('created by %s on %s'), $seminary['creator']['username'], date(\hhu\z\Utils::DATEFORMAT, strtotime($seminary['created'])))?>
<?=sprintf(_('created by %s on %s'), $seminary['creator']['username'], $dateFormatter->format(new \DateTime($seminary['created'])))?>
</p>