mymth / vanillajs-datepicker

A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks
MIT License
744 stars 154 forks source link

Add function to set view date. #122

Closed aydam2728 closed 1 year ago

aydam2728 commented 1 year ago

Hi,

I really like your datepicker. I use it as a meal planner. Each time a user connects, I will look for the dates in a db. But the view is automatically on the last date. I would like the focus to be on today's date.

Do you think this feature is possible?

Thanks!

smalos commented 1 year ago

Use defaultViewDate?

https://mymth.github.io/vanillajs-datepicker/#/options?id=defaultviewdate

aydam2728 commented 1 year ago

Isn't possible because I have some selected dates

mymth commented 1 year ago

Although the priority is not high, this is actually in my to-do list. So, I can't say when, but this feature will be added at some point in the future.