Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 561
Saddam Meshaal Avatar asked Sep 16 '25 18:09

Saddam Meshaal


1 Answers

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

like image 86
Tony Andrews Avatar answered Sep 18 '25 09:09

Tony Andrews