Hello,
I have a Quiz Game that must be open during a specific day and time, let’s say on Monday 15 sep between 08:00 and 17:00.
And I would like to display a nice block (before the starting date and time) to customise the built-in
“Sorry, this has not started”
Therefore, I have a display logic that works well for the day (date) using the embedded data below:
Formatteddate = ${date://CurrentDate/Y}${date://CurrentDate/m}${date://CurrentDate/d}
But I am struggling and need help for the TIME display logic ?
For TIME, can i use the same principle (as for date) with something like that (which is not working for the moment):
Formattedtime = ${date://CurrentTime/HH}${date://CurrentTime/MM}
Thanks guys for your help,
Gilles