Date Picker
Date Picker component for Universal Apps
Last updated
Date Picker component for Universal Apps
Last updated
Date pickers pickers provide a simple way to select a single value from a pre-determined set.
Date pickers can be used in Forms and Steppers.
The OnChange event handler is called when the date changes. You can access the current date by using the $Body
variable.
You can customize how the date picker is shown. The default is the inline
variant that displays the date picker popup in line with the input control. The static
variant displays the date picker without having to click anything.
To set the locate of the date picker, specify the -Locale
parameter.
By default, the user can select any date. To specify minimum and maximum dates, using the -Minimum
and -Maximum
parameters.
You can limit which portions of the date picker are included by using the -Views
parameter. For example, if you wanted to remove the year selector and limit to the current year, you could do the following.