Discuss / JavaScript / 66666

66666

Topic source

NotFatCat

#1 Created at ... [Delete] [Delete and Lock User]
var today = new Date();
var girlfriend = null;
if (today.getMonth() === 1 && today.getDate() === 14) {
    alert('亲爱的,我预定了晚餐,晚上6点在餐厅见!');
}

  • 1

Reply