access 表里的字段,数据类型为日期⼀时间,我想让他的默认值为年月,函数怎么写?

2025-04-05 09:52:05
推荐回答(1个)
回答1:

format(date(),"yyyy年mm月")

?format(date(),"yyyy年mm月")
2014年05月