How to use JDate: Difference between revisions
From Joomla! Documentation
Masterchief (talk | contribs) mNo edit summary |
|||
| Line 4: | Line 4: | ||
JFactory::getDate() gets a JDate object and we then do the JDate toFormat function | JFactory::getDate() gets a JDate object and we then do the JDate toFormat function | ||
<source lang="php">JFactory::getDate()->toFormat('%a %d %b %Y - %H:%M')</source> | <source lang="php">JFactory::getDate()->toFormat('%a %d %b %Y - %H:%M')</source> | ||
let me try edit it. | |||
Revision as of 09:09, 18 May 2010
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.