datetimepicker settings
Posted: 2019-11-29 15:14
on datetimepicker
in this function to hide seconds
https://bigprof.com/blog/appgini/how-to ... ime-field/
it is possible to do
settings to have a range of hours (example 09 am -- 09 pm)
from which to select
and step minutes every 15 ??
in this function to hide seconds
https://bigprof.com/blog/appgini/how-to ... ime-field/
Code: Select all
$j(function() {
$j('#datetimefield').parents('.input-group')
.datetimepicker(
'format',
AppGini.datetimeFormat('dt').replace(/:ss/, '')
);
})
settings to have a range of hours (example 09 am -- 09 pm)
from which to select
and step minutes every 15 ??