API16

API16:JDate/toMySQL

From Joomla! Documentation

Revision as of 01:30, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Gets the date as an MySQL datetime string.


<! removed transcluded page call, red link never existed >

Syntax

toMySQL($local=false)
Parameter Name Default Value Description
$local false

Defined in

libraries/joomla/utilities/date.php

Importing

jimport( 'joomla.utilities.date' );

Source Body

public function toMySQL($local = false)
{
        return $this->format('Y-m-d H:i:s', $local);
}


<! removed transcluded page call, red link never existed >

Examples

Code Examples