Revision #3 was created by 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();
}
];