单项选择题

在javascript中,获取今天是星期几的方法是()

A.new Date().getDate()
B.new Date().getTime()
C.new Date().getDay()
D.new Date().getFullYear()