chrisdavies / tiny-date-picker

A small, modern, dependency-free date picker
https://chrisdavies.github.io/tiny-date-picker/
415 stars 88 forks source link

Month picker and Year Picker Issue #131

Open jasonchan03 opened 2 years ago

jasonchan03 commented 2 years ago

Hi,

Is there a way i can initialize the datepicker state in the options? Also, I have try to change the datepicker state by using dp.setState({view:'month'}), but when the datepicker is open, it is still in daypicker state although the dp state is updated.

Any example i can refer for this? Also, does tinydatepicker comes with month and year picker, instead of separately like month picker and year picker.