Datepair.js
Datepair.js copied to clipboard
A javascript plugin for intelligently selecting date and time ranges, inspired by Google Calendar.
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
**Steps to reproduce using `Basic Example` on :** 1. Pick a date or enter a date into the Start Date field (eg `4/13/2021`) 2. Manually delete the auto-filled End Date...
Replacing the moment.js level used in the examples page (index.html) results in the Alternative UI Widgets Example failing when the first date is selected. The end time is filled with...
This is a great plugin, but I'm in a situation where I have multiple open and close store hours for each day. So essentially, instead of only having 2 input...
With the jQuery version been the 'datepicker plugin agnostic' version, I think the example should use the jQuery version, otherwise it'll trigger 'this.container.querySelector' is not a function errors.
I really think you should replace `>` with > ect. For now I think the changes I made make more sense
Hi all, This is a little tough for me to explain, but I can reproduce it reliably on the [basic example](http://jonthornton.github.io/Datepair.js/). Steps to reproduce: 1. Set start date, e.g. Jan...
Hello, If you set a defaultTimeDelta to null for example then load a form with a time defined for both fields, start and end. If you set an anchor to...
Starting with a time set in both time pickers, the event fires after clearing one and then again after clearing the other. This is semantically incorrect, as having an entirely...
Is there a way to get the inline datepicker option that bootstrap-datepicker has to work with datepair?