ComponentOne Extender Controls for ASP.NET Web Forms
In This Topic
    Apply Custom Date Format Patterns to Calendar Title
    In This Topic

    In addition to the built-in date format patterns, you can apply custom date format patterns to customize your calendar title or month view title. C1Calendar supports all date format patterns so you can apply any date format pattern to the TitleFormat.

    To apply a custom date format pattern to the calendar title, complete the following steps:

    1. Select View | Properties Window in the Visual Studio menu.
    2. Click the drop-down list at the top of the Properties window and select Panel1_C1CalendarExtender.
    3. Select the TitleFormat property and enter the date format pattern, “MM/dd/yyyy”.

    The custom date format pattern appears on the calendar title.