django-flatpickr
django-flatpickr copied to clipboard
I there a way to increment hours when usinng "range_from" ?
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 ?
This can be a cool feature, we can take a timedelta parameter in the range_from method to implement it. PRs welcome.