Datepair.js
Datepair.js copied to clipboard
A javascript plugin for intelligently selecting date and time ranges, inspired by Google Calendar.
FYI - wrote a flowtype definition for datepair.js. Might want to check it out and see if things look accurate! https://github.com/flowtype/flow-typed/pull/228
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Hello, So I have following option: `jQuery("#datepicker").datetimepicker({ defaultTimeDelta: 900000, });` and expect my time to display in intervals of 15 min, but nothing changes. As well how can I change...