In odoo 15, i used jquery datetimepicker, which I formatted like this ,
----------------------------------------
$('#calendar_start').datetimepicker({
format: 'Y-M-D h:m a',
minDate: today,
disabledDates: disableDates,
inline: true,
buttons: {
showClose:true
},
minViewMode: 'months',
});
----------------------------------
How can i do the same formatting for odoo17?