[求助]日期转换
例如:1999-1-12 转换为1999-05-21 怎么写呀access数据库的字段的数据格式为1999-0-12 使用sql语句用getdate() 怎样改才能给access日期格式对应呀
conn.execute("update Home_myitems set type=0 where type<>0 and type<>5 and datediff(D,fixdate,now())>period and period>0 and username='"&session("loginusername")&"'")