Can we format Date(Marked Red in the screenshot) in the Scheduler?
1 Like
At the moment the Scheduler uses the following code to display the title:
$"{StartDate.ToShortDateString()} - {StartDate.EndOfWeek().ToShortDateString()}"
If you change the current culture of the application it should display accordingly.
1 Like
Thanks for your help @korchev