title | page_title | description | position | slug |
---|---|---|---|---|
Custom Date Formats |
.NET MAUI Scheduler Documentation - Custom Date Formats |
Learn more about the custom date formats feature in the Telerik UI for .NET MAUI Scheduler control. |
11 |
scheduler-custom-date-formats |
The Telerik UI for .NET MAUI Scheduler control provides built-in date formatting support. You can customize each Scheduler view to use custom formats for displaying dates and times on the time ruler and in the headers.
You can use the following date format properties for the different views:
HeaderTextFormat
—Defines the string format of the header text.DayStringFormat
—Defines the string format of the header days.TimeRulerMajorTickStringFormat
—Defines the string format of the major ticks.
HeaderTextFormat
—Defines the string format of the header text.DayStringFormat
—Defines the string format of the header days.WeekDayStringFormat
—Defines the string format of the week day dates.
Check a quick example on how to apply custom date formats to the Scheduler views:
And here is he result:
- [Visual Structure]({%slug scheduler-visual-structure %})
- [Views]({%slug scheduler-views-overview%})