monim67 / django-flatpickr

Flatpicker based DatePickerInput, TimePickerInput and DateTimePickerInput with date-range-picker functionality for django >= 2.0
https://pypi.org/project/django-flatpickr/
MIT License
60 stars 11 forks source link

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

Open HenriPiot-dev opened 11 months ago

HenriPiot-dev commented 11 months ago

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 ?

monim67 commented 6 months ago

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