$user->getDateTimeObject('created_at')->format('Y-m-d H:i');
Showing posts with label format. Show all posts
Showing posts with label format. Show all posts
Friday, April 13, 2012
Wednesday, February 8, 2012
Format Date Based On User Culture in Action in Symfony
$user_culture = $this->getUser()->getCulture();
$formatdate = new sfDateFormat($user_culture);
echo $formatdate->format(strtotime('2012-02-08'), 'd'); // 'd' is a pattern
Subscribe to:
Posts (Atom)