bootstrap-datetimepicker
bootstrap-datetimepicker copied to clipboard
How to add to "Year View"
Hello,
How do you add the code in order to get the "year view" (https://www.malot.fr/bootstrap-datetimepicker/) in the datepicker?
Thank you!
My current code is below
$('.form_date').datetimepicker({
format: "MM yyyy",
language: 'eng',
weekStart: 1,
todayBtn: 1,
autoclose: 1,
todayHighlight: 1,
startView: 2,
minView: 2,
forceParse: 0
});