Open rajeshpatil24 opened 4 years ago
Need to implement month and year picker. i have implement as follows but it will give me date view also. $('#example').datepicker({ startView: 1, inputFormat: 'MM/yyyy', outputFormat: 'MM/yyyy', titleFormat: 'MM/yyyy', theme: 'bootstrap', });
I have the same headhacke.
Need to implement month and year picker. i have implement as follows but it will give me date view also. $('#example').datepicker({ startView: 1, inputFormat: 'MM/yyyy', outputFormat: 'MM/yyyy', titleFormat: 'MM/yyyy', theme: 'bootstrap', });