I’m building a time tracking app, and in my country, the week starts on Sunday and ends on Saturday. I need to adjust my app in Bubble so that the current week starts on Sunday instead of Monday.
Specifically, I want the values in my table to reset on Sunday, showing “00” values at the start of the new week.
As you can see, on Sunday, the week number is 34, but on the next day (Monday), it changes to 35. This indicates that Bubble is currently considering Monday as the start of the week.
What I want is for Sunday to be the start of the week, so Sunday would be “Week 35, Day 0” and Monday would be “Week 35, Day 01.”