====== getNullDate ======
{#JAPI Joomla.Framework Database JDatabase::getNullDate #}
Returns the string to be used to represent a null date.
===== Syntax =====
string getNullDate ()
===== Examples =====
$database =& JFactory::getDBO();
echo $database->getNullDate();
might produce:
0000-00-00 00:00:00
----
~~DISCUSSION~~