Web parameter: startDayOfWeek

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

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)

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>