JDatabaseDriverOracle::setDateFormat
Sets the Oracle Date Format for the session Default date format for Oracle is = DD-MON-RR The default date format for this driver is: 'RRRR-MM-DD HH24:MI:SS' since it is the format that matches the MySQL one used within most Joomla tables.
Signature
public function setDateFormat([string
$dateFormat = 'DD-MON-RR'] )
Parameters
-
$dateFormat
- Oracle Date Format String
Returns
- boolean