Calendar for ASP.NET Web Forms
Displaying the Calendar Month Day and Year
Task-Based Help > Apply Built-in Date Format Patterns to Calendar Title > Displaying the Calendar Month Day and Year

To display the calendar month day 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, "MM-yyyy".

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

See Also