Hi team,
I’m needing to hide content at a specific time on a specific day (8:30am on the 16th of October 2023). My initial attempt to set up the conditional looks like this but doesn’t seem to be working:
{{dc:global:date format=“Y-m-d H:i:s”}} before 2023-10-16 08:30:00
I found this thread which suggests separating date and time like so:
{{dc:global:date format="Y-m-d"}} before 2023-10-16
{{dc:global:time format="H:i:s"}} before 08:30:00
However this doesn’t work either as it hides the content on all dates prior to the stated time rather just hiding it at that time on the specified date.
Where am I going wrong?
Thanks in advance for your wisdom and advice!