shahabyazdi / react-multi-date-picker

a simple React datepicker component for working with gregorian, persian, arabic and indian calendars
https://shahabyazdi.github.io/react-multi-date-picker/
MIT License
813 stars 102 forks source link

minDate doesn't work with calender+timepicker at the same time #140

Open mohammad-mo opened 1 year ago

mohammad-mo commented 1 year ago

Hello Shahab First of all thank you for the great package, it helped a lot. I have an issue with minDate when I'm using calender with timepicker, our minDate={new Date().getTime() + 14400000}. It works perfectly fine with calender but with calender and timepicker it doesn't. As you can see I can't choose previous days but for timepicker I can choose previous minutes and hours. Any idea why it behaves like this? thank you. Screenshot 2022-10-04 123037

ota-fayz commented 1 year ago

had the same issue, I want to add minDate/maxDate for TImePicker

its-lotfy commented 2 weeks ago

i want too :(