Oracle Transactional Business Intelligence

OTBI Variable Presentation Date Prompt Format DD-MON-YYYY
Summary
Users need to be able to enter a date in DD-MON-YYYY format at the prompt
Content
Our date format changed to dd-MON-yyyy (15-MAY-2017), but the only way the report runs is if the date is entered in DD-MM-YYYY format (15-05-2017) at the prompt. Is there a way to change this so the user can enter dd-MON-yyyy?
Tagged:
Comments
-
- Go to the directory $ORACLE_HOME/bifoundation/web/display/localedefinitions.xml
- Take a back up of the file localedefinitions.xml.
- Open localedefinitions.xml to edit , Find<localeDefinition name="en">
- Replace below properties with appropriate value
- <property name=”dateShortFormat”>dd-MON-yyyy</property>
- <property name=”dateOrder”>dmy</property>
- Restart the services