django-flatpickr icon indicating copy to clipboard operation
django-flatpickr copied to clipboard

I there a way to increment hours when usinng "range_from" ?

Open HenriPiot-dev opened this issue 2 years ago • 1 comments

Hello i'm using "DateTimePickerInput" in my project and it's working super well, to increase UX in was thinking about increasing hours + 1 h when linking a start and end date ? is this feature exists ?

HenriPiot-dev avatar Aug 09 '23 16:08 HenriPiot-dev

This can be a cool feature, we can take a timedelta parameter in the range_from method to implement it. PRs welcome.

monim67 avatar Dec 26 '23 12:12 monim67