Show hide elements on specific days of the week?

Hello,

I wonder if it’s possible to show specific element, for example a text element, only on a specific day of the week by conditional logic or other method? So only show on monday or multiple days and hide on the other days of the week.

What i’m trying to actieve is to show the opening hours from a museum on the specific day visitors viewing the website of the museum.

Thanks.

Hi @Timmid,

Thanks for reaching out.
You can use the following Dynamic Content tag to get the Global date value with the specific format you want.

{{dc:global:date format=“l”}} it will return Wednesday

So you can check if the condition is the same as described in the given screenshot.

Hope it helps.
Thanks

Great, thank you so much!

Hi @Timmid,

Glad that we are able to help you.

Thanks

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