Can you try the below
If(New System.Globalization.CultureInfo("es-ES").DateTimeFormat.GetDayName(Now.DayOfWeek).ToLower() = "lunes", Now.AddDays(-3), Now)
Regards,
Can you try the below
If(New System.Globalization.CultureInfo("es-ES").DateTimeFormat.GetDayName(Now.DayOfWeek).ToLower() = "lunes", Now.AddDays(-3), Now)
Regards,