Hello,
Thank you for contacting us
You can use this JS code:
let month = new Date().getMonth();
if (month >= 10 || month <= 1) {
'Snowflakes code here';
}
Note: in javascript month is Integer value representing the month, beginning with 0 for January to 11 for December
Regards,
Vyacheslav, Balbooa.com