Open nikunj2512 opened 6 years ago
Hi,
I am trying to get the time picker to show hours in AM and PM format instead of 24 hour format.
Also, how to set minutes to 1 min apart instead of 5?
here is my code: https://plnkr.co/edit/yxJBifCEhKy9vDW9Dn8j?p=preview
Use the following in your momentPickerProvider hoursFormat: 'LT' minutesStep: 1
hoursFormat: 'LT'
minutesStep: 1
Hi,
I am trying to get the time picker to show hours in AM and PM format instead of 24 hour format.
Also, how to set minutes to 1 min apart instead of 5?
here is my code: https://plnkr.co/edit/yxJBifCEhKy9vDW9Dn8j?p=preview