Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Change Date Format in Calendar prompt

user12301184May 1 2012 — edited May 2 2012
Hi All,

I am on 11.1.1.5 and the calendar prompt on selection of date/typing of date defaults to MM/dd/yyyy but, the requirement is to make it to default to MM/dd/yy. I have made 3 changes to the localedefinitions.xml file (dateSeparator,dateShortFormat,dateOrder) and they look like below

<property name="dateSeparator">/</property> // separator to use between fields in short date formats
<property name="dateShortFormat">MM/dd/yy</property> // default short date format for locale
<property name="dateOrder">mdy</property> // preferred order of date fields for input

But I still dont see a change in the format of the Calendar prompt. Do I need to change something else too?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details