Setting the Calendar Start Day

Optionally, you can change the first day of the week in a pop-up calendar in date/time controls. The default start day is Monday.

Prerequisites

Navigation

  1. On the AgileForms Server, in a text editor, open the file [AgileForms Server installation folder]\FS2\overrides.txt

Instructions

  1. Paste the following line:
    CalendarWeekStart: [day code]
  2. Replace [day code] with one of the following values to indicate the week day on which you want the calendar week to start:
    Day of week Value

    Sunday

    0

    Monday

    1

    Tuesday

    2

    Wednesday

    3

    Thursday

    4

    Friday

    5

    Saturday

    6