6eDesign / svelte-calendar

A lightweight datepicker with neat animations and a unique UX.
https://6edesign.github.io/svelte-calendar/
MIT License
543 stars 90 forks source link

Setting a default date issue #142

Closed hoonblizz closed 2 years ago

hoonblizz commented 2 years ago

I set a default value like, $store.selected = new Date(1615250820000); // Mon Mar 08 2021 19:47:00 GMT-0500 (Eastern Standard Time) Then, I can clearly see that the calendar is paging up to the 8th of March. The issue is, the month header stays on today's month. (like November) The day is staying right. So it looks like 8th of November. What am I missing?

I'm using inline calendar. <InlineCalendar bind:store {theme} />

hoonblizz commented 2 years ago

Sorry, I missed the prop selected