PpixelsalsaApr 4, 2019
Hi - So I have a time picker working fine - the problem occurs when I have more than one as the others don't work.
JS is <script type="text/javascript">
$(function() {
$('.datetimepicker').datetimepicker({
showClose: true,
sideBySide: true,
format: 'h:mm A',
disabledHours: [0,1,2,3,4,5,6,7,8,22,23],
stepping:15
});
});
</script>Any quick thoughts on fixing this please?
