-
-
Notifications
You must be signed in to change notification settings - Fork 166
Description
Is your feature request related to a problem? Please describe.
I need to take in account different min / max times on min and max dates.
Describe the solution you'd like
It would be nice if min date time and max date times are taken in account (and not only the day).
This would allow to fix a min/max date AND time while also providing different min and max time for the other days.
Exemple:
minDate: 01/01/2025 15H30
maxDate: 01/03/2025 12H30
minTime: 8H00
maxTime: 18H00
==> DateTime picker would allow:
for 01/01/2025: from 15H30 to 18H00
for 01/02/2025: from 8H00 to 18H00
for 01/03/2025: from 8H00 to 12H30
Describe alternatives you've considered
I did not found any way to allow time filtering based on days
Additional context
I am migrating from the unmaintened lib https://vcalendar.io/ where I could manage it thanks to its rules system.