ComponentOne Calendar for ASP.NET Web Forms
Task-Based Help / Apply Built-in Date Format Patterns to Calendar Title / Displaying the Full Calendar Month Name and Year
In This Topic
    Displaying the Full Calendar Month Name and Year
    In This Topic

    To display the full calendar month name and year, complete the following steps:

    1. Add a C1Calendar to your page.
    2. In C1Calendar's Properties window, click on the drop-down button in the TitleFormat property to and enter the date format pattern, "MMMM yyyy".

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

    See Also