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

Days of Week Format

1 Answer 138 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 21 Mar 2011, 06:20 AM
I'm using the U.S. calendar format convention, but was wondering if I can change the order in which the week appears in my calendars.  Right now it appears as Sunday, Monday,...Saturday.  I was wondering if there is a setting to start the week at Monday and have it finish on Sunday.  I have an application which is based on a weekday and weekend times, so it would help to be able to see the calendar is the same format.

Thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 22 Mar 2011, 05:18 AM
Hello Oliver,

You can make use of the property FirstDayOfWeek property, which specifies the day to use as the first day of each week. You can set FristDayOfWeek to the name of a specific week day, such as "Monday", or you can set it to "Default", in which case it uses the value of the CultureInfo property to determine the first day of the week.
aspx:
<telerik:RadCalendar ID="RadCalendar1" runat="server" FirstDayOfWeek="Monday">
</telerik:RadCalendar>

Thanks,
Shinu.
Tags
Calendar
Asked by
Oliver
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or