How to define a conditional so that if the current date is > the 27th of March XXXX year, trace(“it’s past March 27th”), else trace(“it’s before March 27th”); ?
How to define a conditional so that if the current date is > the 27th of March XXXX year, trace(“it’s past March 27th”), else trace(“it’s before March 27th”); ?