get day of week of specific date javascript code example Example: javascript get day var d = new Date(); var n = d.getDay();