# Date Formats

## Content



You can use the <span data-popup-content="This class is available in \u003ca href=\u0022/componentone/api/wpf/online-datetimeeditors/dotnet-api/C1.WPF.DateTimeEditors/C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateFormat.html\u0022\u003e.NET\u003c/a\u003e and \u003ca href=\u0022/componentone/api/wpf/online-datetimeeditors/dotnet-api/C1.WPF.DateTimeEditors/C1.WPF.DateTimeEditors.C1DatePicker.SelectedDateFormat.html\u0022\u003e.NET Framework\u003c/a\u003e." data-popup-title="C1DatePicker.SelectedDateFormat" data-popup-theme="ui-tooltip-green qtip-green">C1DatePicker.SelectedDateFormat</span> property to set the format that the date picker displays. You can set **SelectedDateFormat** property to **Short**, **Long**, or **Custom**. The table below illustrates each date format.

|   **Date Format**   |   **Result**   |   **Description**   |
| --- | --- | --- |
|   Short (default)   |   ![](https://cdn.mescius.io/document-site-files/images/b827ed78-bea0-4378-af62-5f467cc00dcc/narrative/c1datepicker_short.png)   |   The control displays a short date format with numeric values.   |
|   Long   |   ![](https://cdn.mescius.io/document-site-files/images/b827ed78-bea0-4378-af62-5f467cc00dcc/narrative/c1datepicker_long.png)   |   The control displays a long date format.   |
|   Custom   |   ![](https://cdn.mescius.io/document-site-files/images/b827ed78-bea0-4378-af62-5f467cc00dcc/narrative/c1datepicker_custom.png)   |   The control displays the custom format defined in the <span data-popup-content="This class is available in \u003ca href=\u0022/componentone/api/wpf/online-datetimeeditors/dotnet-api/C1.WPF.DateTimeEditors/C1.WPF.DateTimeEditors.C1DatePicker.CustomFormat.html\u0022\u003e.NET\u003c/a\u003e and \u003ca href=\u0022/componentone/api/wpf/online-datetimeeditors/dotnet-api/C1.WPF.DateTimeEditors/C1.WPF.DateTimeEditors.C1DatePicker.CustomFormat.html\u0022\u003e.NET Framework\u003c/a\u003e." data-popup-title="C1DatePicker.CustomFormat" data-popup-theme="ui-tooltip-green qtip-green">C1DatePicker.CustomFormat</span> property.  **Note**: Use full formats, not abbreviated formats.   |