Hello !
Like the title says, I'd like to check if current date is between two dates (let's say December 1st 2020 and january 31th 2021).
I checked how to use the Date plugin but couldn't make it work.
any idea ?
Date is a number, so you can set it to a variable, or compare to other dates/numbers using conditions, for example "Is between values":
.
Develop games in your browser. Powerful, performant & highly capable.
That was fast !!
Thank you so much ! Easy but syntax is a bit tricky