Date Range Picker
Last updated
Was this helpful?
Last updated
Was this helpful?
can be attached to any webpage element to pop up one or two calendars for selecting dates, times, or predefined ranges like "Last 30 Days".
Date Range Picker for WireBootstrap brings Date Range Picker into the WireBootstrap framework providing a powerful way of filtering data by dates in applications developed with Bootstrap themes.
The Date Range Picker for WireBootstrap library is located in wire-daterangepicker.js
. This and other other related files can be installed from the NPM package registry at@wirebootstrap/wire-daterangepicker
.
To create a new instance of the Date Range Picker for WireBootstrap component, use the wire.daterangepicker
class.
Render the component using an HTML input
element.
Date Range Picker for WireBootstrap will load daterangepicker.js
from a if it's not found on the page.
Date Range Picker for WireBootstrap will load daterangepicker.min.css
from a if it not found on the page.
Date Range Picker has a dependency on . If not found on the page, the component will load moment.js from a .
Date Range Picker for WireBootstrap extends the class. As such, it inherits all the base functionality of that class.