Help with Setting Week Start on Sunday

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.

I am using this expression to filter out dates

Is there any way for that, please help

1 Like

Using the :extract day operator in Bubble would anyhow return 0 for Sunday. Any issue with this, or am I missing something here?

Hi Zeroic,

In my country, the first day of the week is Sunday. However, I’m facing an issue in Bubble.io where the week seems to start on Monday instead.

Here are the details from Bubble:

On Sunday:

Screenshot 2024-08-25 192529

On Monday

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.”

Any advice on how to achieve this?

This topic was automatically closed after 70 days. New replies are no longer allowed.