API15

JDate

From Joomla! Documentation

Revision as of 12:40, 25 March 2010 by Doxiki (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JDate

Defined in[edit]

libraries/joomla/utilities/date.php

Methods[edit]

Method name Description
__construct Creates a new instance of JDate representing a given date.
setOffset Set the date offset (in hours)
getOffset Get the date offset (in hours)
toRFC822 Gets the date as an RFC 822 date.
toISO8601 Gets the date as an ISO 8601 date.
toMySQL Gets the date as in MySQL datetime format
toUnix Gets the date as UNIX time stamp.
toFormat Gets the date in a specific format

Importing[edit]

jimport( 'joomla.utilities.date' );

[Edit See Also] Template:SeeAlso:JDate

Examples[edit]

<CodeExamplesForm />