references:joomla.framework:database:jdatabase-getnulldateTable of Contents
getNullDate
Returns the string to be used to represent a null date. Syntaxstring getNullDate () ExamplesExample $database =& JFactory::getDBO(); echo $database->getNullDate(); might produce: Result 0000-00-00 00:00:00 Discussion |


