Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 26 Oracle Analytics and AI Lounge
- 314 Oracle Analytics and AI News
- 58 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.7K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 118 Oracle Analytics and AI Trainings
- 24 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
DateTime used as filters
User_3YQO6
Rank 2 - Community Beginner
Hi All,
I am trying to use the DateTime column in a Filter bar. It's all great but with one issue when the Calendar widget opens the timestamp shows time in increments of 5 minutes. My user is asking he has to manually each time enter the minute for eg 11:59 PM isn't there any way the widget can show increments in different interval instead of 5 minutes ?
Thanks
Syed
0
Answers
-
- I believe the DateTime filter widget uses a built-in calendar/time picker and the time selector is default to 5-minute increments. Internally it uses Oracle JET’s oj-date-time-picker,
- If we further look at the jet specs for this component
- https://docs.oracle.com/en/middleware/developer-tools/jet/9/reference-api/oj.ojDateTimePicker.html
- time-picker.time-increment :string
- Default Value:
"00:05:00:00"
0
