Date time format
Alexey Yastremskiy <[email protected]>
| Newsgroups | gmane.comp.db.sapdb.general |
|---|---|
| Organization | OMLDC |
| Message-ID | <[email protected]> |
Hello As far as I know the default date-time format is ISO, but after the installation we decided to switch it. Documentation says we have to alter database parameter DATE_TIME_FORMAT, in our case we need EUR format. So, we've done it and DBMGUI shows DATE_TIME_FORMAT=EUR, but select date from dual still returns ISO formatted date. What should we do to alter this situation? Thanks