6eDesign / svelte-calendar

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

Prevent Calendar from stripping times on dates #83

Open ItsMeBrianD opened 4 years ago

ItsMeBrianD commented 4 years ago

I am using this in tandem with a timepicker that I wrote, I did discover that when you select a date from the calendar, it replaces it with a totally new one, losing hour, minute, and second data, for simplicity I want these two components to use the same date object (I am filtering to/from).