W3Schools.com

ASP.NET FirstDayOfWeek Property


Calendar Control Reference Complete Calendar Control Reference

Definition and Usage

The FirstDayOfWeek property is used to specify what day should be the first day of the week in the calendar.

Syntax

<asp:Calendar FirstDayOfWeek="day" runat="server" />

Attribute Description
day Specifies the first day of the week in the calendar.

Possible values:

  • Default
  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday
  • Saturday
  • Sunday


Example

The following example shows a calendar with Wednesday set as the first day of the week:

<form runat="server">
<asp:Calendar id="cal1" runat="server" FirstDayOfWeek="Wednesday" />
</form>

Show example »

Calendar Control Reference Complete Calendar Control Reference
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE