Time stamp in filter not working

I try to setup a time filter, but it doesn’t working.

{{formatDate(now; “d”)}}

^(7|07|Sunday|Zondag)$

1 Like

Hi @Joost.7AM,

In your date format, you are formatting it to get the current day as a number, where 0 represents Sunday and 6 represents Saturday.

So, you should change the match pattern from 7 to 0, so that Sunday is considered as 0.


Best regards,

Msquare Automation
Platinum Partner of Make
@Msquare_Automation