Calendar for ASP.NET Web Forms
Displaying an Abbreviated Calendar Month Name and Year
Task-Based Help > Apply Built-in Date Format Patterns to Calendar Title > 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 TitleFormat property to open the list of custom date format patterns.
  3. Select the date format pattern, "MMM yyyy".

    The abbreviated calendar month and year is displayed on the calendar title.

See Also