How to use JDate
From Joomla! Documentation
Revision as of 04:09, 18 May 2010 by Winnersoft1220 (Talk | contribs)
Temporary example
JFactory::getDate() gets a JDate object and we then do the JDate toFormat function
JFactory::getDate()->toFormat('%a %d %b %Y - %H:%M')
let me try edit it.