bootstrap-ui-datetime-picker icon indicating copy to clipboard operation
bootstrap-ui-datetime-picker copied to clipboard

Additon of Seconds in DateTime Picker

Open wilfredswaroop opened this issue 5 years ago • 2 comments
trafficstars

Please add the seconds range in the dateTime Picker.

wilfredswaroop avatar Apr 16 '20 16:04 wilfredswaroop

I believe you can do this yourself, by passing in the property into the timePickerOptions

If you look at the example code here https://github.com/Gillardo/bootstrap-ui-datetime-picker/blob/master/example/index.js

You can see the use of timepickerOptions and if you go to the following page you can see the options it supports https://github.com/angular-ui/bootstrap/tree/master/src/timepicker

Hope this helps?

Gillardo avatar Apr 16 '20 16:04 Gillardo

Thank you for the quick reply. Can you help me out. I am just a beginner in AJS.

I tried it, from the example code which i got from 1st link. Check

The i required, in global config picker also.

Regards

wilfredswaroop avatar Apr 17 '20 07:04 wilfredswaroop