API17:JDate::toMySQL
From Joomla! Documentation
JDate::toMySQL
Description
Gets the date as an MySQL datetime string.
public function 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 string The date string in MySQL datetime format.
- Defined on line 475 of libraries/joomla/utilities/date.php
- Since

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