Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnet/DateRangePicker/display-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords: format

Text representation of date and time in their corresponding text box in a control, can be changed using the available API called **DateFormat**, **TimeFormat**. By default those values will be set based on culture.

To know about standard patterns for date format. Please check with the format section available in DatePicker [display format section](https://help.syncfusion.com/js/datepicker/display-format).
To know about standard patterns for date format. Please check with the format section available in DatePicker [display format section](https://help.syncfusion.com/aspnet/datepicker/display-format).

Also like formatting the date value, the time value also can be formatted. Make use of below details, to create your custom time format using **TimeFormat** API.

Expand Down