IMPROVE. RadCalendar - add functionality to apply custom format to the current date in the footer area - see the LabelFormat property
Resolution:
Add LabelFormat property to change the format of footer. You can use the following code snippet:
this.radCalendar1.CalendarElement.CalendarStatusElement.LabelFormat = "yy/MM/dd dddd";