This is a migrated thread and some comments may be shown as answers.

Display full month name

3 Answers 101 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Dinesh
Top achievements
Rank 1
Dinesh asked on 22 Jun 2011, 04:52 PM
Hello,

In the month view, how can I display the complete name of the month?

i.e June, 2011 instead of Jun, 2011
      September, 2011 instead of Sep, 2011..., etc..

Thanks,
Dinesh

3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 23 Jun 2011, 02:05 PM
Hello Dinesh,

You can change the way the month is shown in the heather by setting the HeaderDateFormat property:

<MonthView HeaderDateFormat="MMMM, yyyy" />


Hope this will helps.

Kind regards,
Plamen Zdravkov
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
mousa
Top achievements
Rank 1
answered on 22 Jul 2011, 10:21 PM
Hi all,
how i can change the MMMM, YYYY color ? for example i want that text to be red in the header.
Thank you,
Mousa
0
Plamen
Telerik team
answered on 25 Jul 2011, 11:43 AM
Hi Mousa,

You may try to do this with the following css:
.rsHeader h2
      {
          color:Red !important;
          }

All the best,
Plamen Zdravkov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Scheduler
Asked by
Dinesh
Top achievements
Rank 1
Answers by
Plamen
Telerik team
mousa
Top achievements
Rank 1
Share this question
or