Dapatkan Nama JavaScript Hari
var today = new Date();
console.log(today.getDay()); // sunday = 0, monday = 1, etc..
Comfortable Caterpillar
var today = new Date();
console.log(today.getDay()); // sunday = 0, monday = 1, etc..
var today = new Date();
console.log(today.getDay());