Displaying an Abbreviated Calendar Month Name and Year
To display an abbreviated calendar month name and year, complete the following steps:
1. Add a C1Calendar to your Web form.
2. In C1Calendar's Properties window, click on the drop-down button in the CalendarTitle property to open the list of custom date format patterns.
3. Select the date format pattern, {0:MMM yyyy}.
The abbreviated calendar month and year is displayed on the calendar title.
|