Getting the date of the Saturday of the week

Hi!

How can I get the date of the Saturday of the week?

Hi,

Can you try the following expression?

Today.AddDays(6-CInt(Today.DayOfWeek))

Regards,

Got it, thank you!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.