API17

Difference between revisions of "JDate::toMySQL"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JDate->toMySQL ($local=false)
+
public JDate::toMySQL ($local=false)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 30:
 
string The date string in MySQL datetime format.
 
string The date string in MySQL datetime format.
 
===Defined in===
 
===Defined in===
libraries/joomla/utilities/date.php
+
libraries/joomla/utilities/date.php (line 475)
 +
* see source code in [[jplatform:utilities/date.php#cl-475|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:19, 23 April 2011

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 />