Setting Monday as the first day of the week in the calendarIssue This article provides information on how to set Monday as the first day of the week in the calendar on a Date or Date/Time field.ResolutionThis can be achieved by creating a system property glide.ui.date_picker.first_day_of_week: Go to the System Properties table: sys_properties.listIf the property does not already exist, create a new property by clicking on New.Set the following values: Name: glide.ui.date_picker.first_day_of_weekType: IntegerValue = 2 (for Monday) Save the record.