Hi, I have a app for hour registration, someone else built this one.
You should select the first day of the week, I selected the 30 of oktober (30/10/2023) and than it shows 29 of october till the 4 th of november
but it should start on the 30th ( the field below the 29 is called monday.
the formula is: Today()-(Weekday(Today(); StartOfWeek.MondayZero))+1
But that doens't doesn't do the trick.
ChatGTP told me to use : Today() - Weekday(Today(), FirstDay.Monday) + 1
But this doens't work as well since it doensn't reconize "FirstDay.Monday"
Any tips?
