API16

API16:JDate/toMySQL

From Joomla! Documentation

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