Change default date format in Oracle

Comparing #2 with #3

Revision #3 was created by lenovo lenovo on Sep 17, 2019, 10:26:27 AM.

code formatting

Content

[...]
'on afterOpen' => function($event) {
// $event->sender refers to the DB connection
$event->sender->createCommand("ALTER SESSION SET NLS_DATE_FORMAT='DD-MM-YYYY hh24:mi:ss'")->execute();
}
];

 
```