What correctly assigns the day of the week for an instance of the date object named rightnow to a variable named weekday?
A. weekday = rightnow.getDay();
B. weekday = rightnow.date.getDay();
C. weekday = rightnow.Date.getDay();
D. weekday = rightnow.getDate();