[]
Selects a standard format pattern for the InputDatePicker.
public enum InputDateFormat
| Name | Description |
|---|---|
| Custom | The date is converted to a string using the custom format pattern. |
| LongDate | The date is converted to a string using the format pattern for a long date value. |
| MonthDay | The date is converted to a string using the format pattern for a month and day value. |
| ShortDate | The date is converted to a string using the format pattern for a short date value. |
| YearMonth | The date is converted to a string using the format pattern for a year and month value. |