Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1600
How to Format MonthHeaderCaption of UltraCalendarCombo
posted

Hello, I was strugling to find out the way to set the format of MonthHeaderCaption of UltraCalendarCombo.

Currently it displays a format like January 2008, February 2008,... and so on.

How can I change the format of this to something like 1/2008, 2/2008, ... or Jan 2008, Feb 2008, ..... or January, February, ......?

Of course, it was easy to set the format of textbox by setting

UltraCalendarCombo1.Format = "MMMM dd"

However, I could not find any method to set the format of MonthHeader.