JavaScript Getday to String
var d = new Date();
var n = d.getDay();
Crazy Crane
var d = new Date();
var n = d.getDay();