From 37266c98be70b1ed66816f2022a3f8fcd8e36434 Mon Sep 17 00:00:00 2001 From: sanjayvikramsf4373 Date: Tue, 10 Sep 2024 20:43:05 +0530 Subject: [PATCH] 906867- Update the default value for Date Format in WPF Scheduler. --- wpf/Scheduler/Month-View.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpf/Scheduler/Month-View.md b/wpf/Scheduler/Month-View.md index 5c00a911c..7f869afdd 100644 --- a/wpf/Scheduler/Month-View.md +++ b/wpf/Scheduler/Month-View.md @@ -127,7 +127,7 @@ this.Schedule.MonthViewSettings.MonthNavigationDirection = MonthNavigationDirect ![WPF Scheduler month view MonthNavigationDirection](Month-View_Images/wpf-scheduler-month-navigation-direction.png) ## Date format -Customize the date format of the scheduler month view by using the [DateFormat](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Scheduler.MonthViewSettings.html#Syncfusion_UI_Xaml_Scheduler_MonthViewSettings_DateFormat) property of `MonthViewSettings`. By default, the month date format is `d`. +Customize the date format of the scheduler month view by using the [DateFormat](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Scheduler.MonthViewSettings.html#Syncfusion_UI_Xaml_Scheduler_MonthViewSettings_DateFormat) property of `MonthViewSettings`. By default, the month date format is `%d`. {% tabs %} {% highlight xaml %}