API17:JDate:: toString
From Joomla! Documentation
JDate::__toString
Description
Magic method to render the date object in the format specified in the public static member JDate::$format.
public function __toString ()
- Returns string The date as a formatted string.
- Defined on line 241 of libraries/joomla/utilities/date.php
- Since

See also
JDate::__toString source code on BitBucket
Class JDate
Subpackage Utilities- Other versions of JDate::__toString
User contributed notes
Code Examples