Web parameter: startDayOfWeek

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

startDayOfWeek

Description

This parameter defines the first day of the week in the date picker. However, if you configure the First Day of Week field in the Login Profiles for an operator, then this parameter is not used for that user. For more information, see Set the first day of week for an operator.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

0

Possible values

0 (Sunday)
1 (Monday)
2 (Tuesday)
3 (Wednesday)
4 (Thursday)
5 (Friday)
6 (Saturday)

Example usage

<context-param>
<param-name>startDayOfWeek</param-name>
<param-value>0</param-value>
</context-param>

Related topics

System parameters
Web tier parameters
Enter a parameter in the web client URL
Enter a parameter in the web.xml file
Client parameters for web clients