eureka2 / ab-datepicker

An accessible and bootstrap compatible datepicker
MIT License
63 stars 55 forks source link

How can i implement with MM/yyyy #61

Open rajeshpatil24 opened 4 years ago

rajeshpatil24 commented 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', });

effedetto commented 3 years ago

I have the same headhacke.