API17

API17:JDate:: toString

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples