Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.68 KB

customdateformats.md

File metadata and controls

44 lines (28 loc) · 1.68 KB
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

.NET MAUI 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:

Multiday Views (Day, Week and MultiDay)

  • 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.

Telerik .NET MAUI Scheduler Date Formats Multiday View

Month View

  • 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.

Telerik .NET MAUI Scheduler Date Formats Month View

Example

Check a quick example on how to apply custom date formats to the Scheduler views:

And here is he result:

Telerik .NET MAUI Scheduler Custom Date Formats

See Also

  • [Visual Structure]({%slug scheduler-visual-structure %})
  • [Views]({%slug scheduler-views-overview%})