bootstrap-datetimepicker icon indicating copy to clipboard operation
bootstrap-datetimepicker copied to clipboard

How to add to "Year View"

Open jt4000 opened this issue 7 years ago • 0 comments

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
    });

jt4000 avatar Oct 03 '17 14:10 jt4000