I am using jQuery datetimepicker. Now I need to set only month in datetimepicker. For that I used some code but that's not working for me. Here is my code
$(function () {
var setMinTime = "";
$('#products_delivery').datetimepicker({
timepicker:false,
format: 'm',
}); //End of collection datepicker
});