Displaying the Abbreviated Month Name Range and Year for Multiple Calendars
To display the abbreviated calendar month name range and year for multiple calendars, complete the following steps:
1. Add a C1Calendar to your page.
2. Set the MonthCols property to 2 and the MonthRows property to 2 so C1Calendar displays 4 calendar months in a horizontal layout.
3. In C1Calendar's Properties window, click on the drop-down button in the CalendarTitle property to open the list of custom date format patterns.
4. Select the date format pattern, {1:MMMM yyyy}---{2:MMMM yyyy}.
The abbreviated calendar month name range and year is displayed on the calendar title.
|