Get day of week

Hi @Marisa_Ontiveros1

Can you try the below

If(New System.Globalization.CultureInfo("es-ES").DateTimeFormat.GetDayName(Now.DayOfWeek).ToLower() = "lunes", Now.AddDays(-3), Now)

Regards,

1 Like