Date Picker
Overview
Date and time pickers allow users to select a single or a range of dates and times.
jQuery Date Picker
Single Date Picker
Javascript
<JS> Dependency Note that you need to load jQuery-ui.js for this component. You can download the recommended version below.
Download jQuery UI 1.12.0You will need to initialize the datepicker. You can use the function below. For more information about jQuery UI, visit the documentation.
Date Range Picker
In order for the component to work, you'll need to include jQuery UI and initialize the datepicker with the following script. You can use the function below. For more information about jQuery UI, visit the documentation.