A datepicker is a text input to capture a date. You can select a single date, date range or date and time. Can be used either as a calendar picker or as a manual input.
Date Pickers
Date Picker variations
The most general use case, allowing users to manually select a single date. The date field can also function as a text input field for keyboard text entry.
![Nets Date Picker image](../../dist/images/web_comp_datepickers@1x.png)
Similar to the date picker on the left, but removing the feature of selecting the year in the resulting dropdown. The user can only use the arrows to move through between combinations of month and year.
![Nets Date Picker image](../../dist/images/web_comp_datepickers_1@1x.png)
Operating under the same principles as the two above, this type of date selector allows user to enter a date range as opposed to a single date.
![Nets Date Picker image](../../dist/images/web_comp_datepickers_2@1x.png)
A text input date picker. For the input of date ranges, a calendar picker is preferred or scheduling, a date picker is preferred as it also offers a visual queue for the users in the presence of the calendar.
![Nets Date Picker image](../../dist/images/web_comp_datepickers_3@1x.png)
Date Picker states
Text input date picker
![Nets data tables image](../../dist/images/web_comp_datepickers_4@1x.png)
![Nets data tables image](../../dist/images/web_comp_datepickers_5@1x.png)
![Nets data tables image](../../dist/images/web_comp_datepickers_6@1x.png)
Calendar date picker
![Nets data tables image](../../dist/images/web_comp_datepickers_7@1x.png)
![Nets data tables image](../../dist/images/web_comp_datepickers_8@1x.png)
Calendar date-range picker
![Nets data tables image](../../dist/images/web_comp_datepickers_9@1x.png)
![Nets data tables image](../../dist/images/web_comp_datepickers_10@1x.png)
![Nets data tables image](../../dist/images/web_comp_datepickers_11@1x.png)