单项选择题

在学生表中将入学时间的默认值设置为当前年份的9月1日,正确的表达为()。

A.#2021/9/1#
B.DateSerial(Year(Date()),9,1)
C.DateSerial(now(),9,1)
D.DateSerial(2021,9,1)