First Sunday of the month

Hello... I went pro and am very satisfied. How do you know when the first Sunday of the current month falls?

Hi @Pedro_Jorge_PJ,
Welcome to Text Blaze community.

This can be achieved by using the Shift .

I first shifted the date to the start of the month, which makes it to the 1st of the month.
image

And then shifting forward to the nearest sunday.
image

Something like this.

{time: MMMM Do YYYY; shift=<M >SUN}

Hope this solves it for you.

1 Like

thank you so much, you are the best!!!!

1 Like

for you to get a 1000, can I store this result in a variable?

You would do something like this:

Store into x:
{x={time: MMMM Do YYYY; shift=<M >SUN}}
Value of x:
{=x}

2 Likes

Show...