If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
When I select a date field thru AIX, it shows in MM/DD/YYYY format.
The same date shows correctly in YYYY-MM-DD format thru Control Center GUI or Quest Central...
Originally posted by mgupta
Wer are on AIX 4.33, UDB 7.2 Fixpack 10.
When I select a date field thru AIX, it shows in MM/DD/YYYY format.
The same date shows correctly in YYYY-MM-DD format thru Control Center GUI or Quest Central...
what should be changed in AIX to fix this ??
As far as I understand the date is formatted by default using the database locale setting. You can use CHAR(date_field, ISO) to ensure consistent formatting.