Skip to content
Advertisement

Show Time Picker in 12 Hour Format with ng-pick-date-time

I am using the owl date time picker dialog and have provided the momentjs provider to get the format i want displayed in the input field. But can i display the picker it self in 12 hour format, That is showing the selection of AM and PM as well next to the time.

Advertisement

Answer

You need to set the hour12Timer option to true on your owl date time picker, according to the documentation here:

Documentation, select ‘API’

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement