Displaying the Calendar Month Day and Year
In This Topic
To display the calendar month day and year, complete the following steps:
- Add a C1Calendar to your Web form.
- In C1Calendar's Properties window, click on the drop-down button in the TitleFormat property to open the list of custom date format patterns.
- Select the date format pattern, "MM-yyyy".
The calendar day month and year is displayed on the calendar title.
See Also