jeudi 2 avril 2015

Execute function between 8AM to 7PM on Mon-Sat?


Vote count:

0




Using JavaScript, is it possible to execute updateReport() between 8AM to 7PM from Monday to Saturday?



window.setInterval(function() {
// Update every 5 minutes
updateReport();
},300000);


asked 1 min ago







Execute function between 8AM to 7PM on Mon-Sat?

Aucun commentaire:

Enregistrer un commentaire