Is it possible to put a line break in the Calendar Header? Using tutorCalendar_BeforeHeaderRender, and checking that it's not the e.IsCorner, i would like to have MM/DD/YYYY on one line and break to have DDDD on the second line. Example:
12/06/2010
Monday
I tried string concat with "<br/>", but it either didn't wrap or there was maybe top padding so it was pushed off the visible area.