Skip to Content
Menu
This question has been flagged

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? 

Avatar
Discard
Best Answer

hello , did you find a solution ?

Avatar
Discard
Author

No, I don't have a solution yet.

Related Posts Replies Views Activity
0
Oct 24
772
2
May 24
3010
5
Feb 24
3075
2
Apr 24
942
3
Mar 24
3927