Snippet "Custom email salutation with automated happy new year"

An email salutation template that automatically changes your salutation to “Best wishes for the new year!” when used between December 25th and January 8th. Outside that period, it reverts to "Best regards,"

{if: ({time: M} == 12 AND {time: D} >=25) OR ({time: M} == 1 AND {time: D} <= 7)}Best wishes for the new year!{else}Best regards,{endif}