API15

API15:JDatabase/getNullDate

From Joomla! Documentation

Revision as of 22:14, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Get the database null date <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Get the database null date

[Edit Descripton]

Template:Description:JDatabase/getNullDate

Syntax

getNullDate()


Returns

string Quoted null/zero date string

Defined in

libraries/joomla/database/database.php

Importing

jimport( 'joomla.database.database' );

Source Body

function getNullDate()
{
        return $this->_nullDate;
}

[Edit See Also] Template:SeeAlso:JDatabase/getNullDate

Examples

<CodeExamplesForm />