Calendar for ASP.NET Web Forms
Apply Custom Date Format Patterns to Calendar Title
Task-Based Help > Apply Custom Date Format Patterns to Calendar Title

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. Add a C1Calendar to your page.
  2. In C1Calendar's Properties window, set the value "MM/dd/yyyy" to the TitleFormat property.

    The custom date format pattern appears on the calendar title.

See Also