Change First Day of Week

Change the first day of the week in a pop-up calendar in date/time controls.

To configure this feature:

  1. On the AgileForms Server, in a text editor, open the file [AgileForms Server installation folder]\FS2\overrides.txt
  2. Paste the following line:
    CalendarWeekStart: [day code]
  3. 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