Search code examples
oracle11goracle-apexoracle-apex-5

Oracle APEX | How to use Date Picker with time?


I want to use Date picker control to set date and time as in this image:

enter image description here

I add Date Picker control to page but it is added without time tool.


Solution

  • In the item attributes, under Appearance there is an attribute Format Mask. If you set that to a value that includes time, the date picker will be rendered with the time component.

    enter image description here