JDatabaseQuery::dateFormat
Returns a PHP date() function compliant date format for the database driver.
This method is provided for use where the query object is passed to a function for modification. If you have direct access to the database object, it is recommended you use the getDateFormat method directly.
Signature
public function dateFormat()
Returns
- string
- The format string.