Skip to content

Instantly share code, notes, and snippets.

@2dpi
Last active December 14, 2015 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2dpi/5012040 to your computer and use it in GitHub Desktop.
Save 2dpi/5012040 to your computer and use it in GitHub Desktop.
JOOMLA: date format
<?php
// change default date format
// http://docs.joomla.org/How_do_you_change_the_date_format%3F
// http://nl3.php.net/manual/en/function.date.php
echo JHtml::_('date',$yourDateVariable, JText::_('j F, Y'));
// will output 22 Month, 2013
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment