Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
OTBI Variable Presentation Date Prompt Format DD-MON-YYYY

Brenda Jacks-49721
Rank 3 - Community Apprentice
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:
0
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
0