Hi all,
Trying to write some simple code to change the header of a website depending on the date (i.e. for christmas, halloween).
I believe the switch function uses the == operator by default, can another operator be used in a case instead?
As in, if a date falls between 12th and 23rd december, use this logo?
Or would it have to be one for the 12, 13th and so on (in which case easier to do elseif).
Cheers!