From 7ae1253f761f64522819e7426489d8139633b6bd Mon Sep 17 00:00:00 2001 From: mercy-orejo Date: Mon, 11 Nov 2024 15:27:01 +0300 Subject: [PATCH] SEO-191916-ASP.NET-DaterangerPicker-Site-audit --- aspnet/DateRangePicker/display-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/DateRangePicker/display-format.md b/aspnet/DateRangePicker/display-format.md index 73057091..ee54268f 100644 --- a/aspnet/DateRangePicker/display-format.md +++ b/aspnet/DateRangePicker/display-format.md @@ -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.