var date = new Date(); var friday = new Date(date.getFullYear(), date.getMonth(), 13); alert(friday.getDay() == 5);