Hello all, please help me with my APP..
I created a calendar in the gallery. I have a problem.. when I open the app it shows January 2020.. after clicking on the button with this data ..
Set(_FirstDayofWeek,
Date(
Year(Today()),
Month(Today()),
StartOfWeek.Monday))
I updated my calendar.. to the current month and year.. but the Start of the week.. starting from Thursday.. Friday.. Wednesday. .not on Mondays or Sundays.. same data I had in Property OnStart... but always start with year 2020...
The best solutions will be.. open app and have current date... but I will be happy with that button.. update date and StartWeek on Monday/Sunday
Do you have some ideas how to do it? 🙂