API17

JDate::toMySQL

From Joomla! Documentation

Revision as of 20:19, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" 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.

Joomla 11.1 JDate::toMySQL[edit]

Description[edit]

Gets the date as an MySQL datetime string.

Template:Description:JDate::toMySQL [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JDate::toMySQL ($local=false)
Parameter Type Default Description
$local boolean false True to return the date string in the local time zone, false to return it in GMT.

Returns[edit]

string The date string in MySQL datetime format.

Defined in[edit]

libraries/joomla/utilities/date.php (line 475)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JDate::toMySQL

Examples[edit]

<CodeExamplesForm />