ok so i'm trying to get the Day to show up, i know of the dateObj.getDay() and i have the array built to house the names of the days, but i can't get it to work, check out my code and let me know what is wrong with it
var days = new Array(7)
days[0] = "Sunday"
days[1] =...