while (true) { var d = new Date(); if (d.getDate()==1 && d.getMonth()==3) { alert("TROLOLOL"); } }