mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
After connecting to the database, we force datestyle to "ISO, YMD", so dates returned by the db will have a format compatible with Dolibarr functions. This will fix dates printing issues in mostly all pages, with a postgres db configured with "SQL, DMY" as default. |
||
|---|---|---|
| .. | ||
| Database.interface.php | ||
| DoliDB.class.php | ||
| index.html | ||
| mssql.class.php | ||
| mysql.class.php | ||
| mysqli.class.php | ||
| pgsql.class.php | ||
| sqlite.class.php | ||
| sqlite3.class.php | ||