I need to time some template changes (not channel entires, otherwise this would be a breeze) to change during a date range, but can’t see how to do it. Does anyone know of a way (preferably without resorting to .php) to do the following, either with native code, or a (2.0) plugin?
Show embed1 between 1st Dec and 4th Jan;
{if "{current_time format='%m/%d'}" >= "12/01" AND "{current_time format='%m/%d'}" <= "01/04" }
{embed="embeds/christmas_opening_hours"}
{if:else}
{embed="embeds/random_store"}
{/if}Logically, i think that should work, but it doesn’t. One date comparison works, but spanning across two doesn’t…
Thanks,