ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v6:datetime:datelocale

ADODateTimeDefinitions::dateLocale

Data Type
string
Default Value
EN (UK English) 
See Also

setCharSet()

Sets the character set associated with the connection


Example

$dtd = new \ADOdb\time\ADODateTimeDefinitions;
 
/*
* Set locale to French
*/
$dtd->dateLocale = 'FR';

Example

$dtd = new \ADOdb\time\ADODateTimeDefinitions;
 
$dtd->dateLocale = 'FR';
v6/datetime/datelocale.txt · Last modified: by 127.0.0.1