查看Format 格式化命令
以四位数字格式显示年份。
例如:
Format(#12/31/2008#, "yyyy-MM-dd") '2008-12-31Format(#12/31/2008#, "yyy-MM-dd") '2008-12-31Format(#12/31/2008#, "yy-MM-dd") '08-12-31Format(#12/31/2008#, "y-MM-dd") '8-12-31Format(#12/31/2008#, "yyyy年MM月dd日") '2008年12月31日