Difference between #8 and #9 of
Change default date format in Oracle

Revision #9 has been created by lenovo on Sep 19, 2019, 1:18:14 AM with the memo:

content formating
« previous (#8) next (#10) »

Changes

Title unchanged

change default date format in oracle

Category unchanged

How-tos

Yii version unchanged

2.0

Tags unchanged

database

Content changed

Default date format in oracle is DD-MON-RR (25-JAN-18). With that output, we can't using date formatting.<br>
Too solve this issue, we must change date format oracle like date commonly using
```
ALTER SESSION SET NLS_DATE_FORMAT=...
```
[...]
0 0
2 followers
Viewed: 74 604 times
Version: 2.0
Category: How-tos
Tags: database
Written by: lenovo
Last updated by: samdark
Created on: Sep 17, 2019
Last updated: 5 years ago
Update Article

Revisions

View all history