Line Break in Calendar Header

Asked by Anonymous
15 years ago.

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.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.