if (Date.first_day_of_week == 1) {
    Date.weekdays = $w('Mo Di Mi Do Fr Sa So');
} else {
    Date.weekdays = $w('So Mo Di Mi Do Fr Sa');
}