Apply Custom Date Format Patterns to Calendar Title
In addition to the built-in date format patterns, you can apply custom date format patterns to customize your calendar title or month view title. C1Calendar supports all date format patterns so you can apply any date format pattern to the CalendarTitle or MonthViewTitle.
To apply a custom date format pattern to the calendar title, complete the following steps:
1. Add a C1Calendar to your page.
2. In C1Calendar's Properties window, set the value "{0:MM/dd/yyyy}" to the CalendarTitle property.
The custom date format pattern appears on the calendar title.
|