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