I\'m creating a page to manage the our times at the office (for example when we made home-office). This requires selecting a date and then time-range.
I know about t
$(document).ready(function(){ $(".datetimepicker").datetimepicker({ timepicker: true, allowTimes: [ '12:00', '12:30', '13:00','13:30','14:00', '14:30', '15:00', '15:30', '16:00', ] }); });