如何让rs("infotime")显示为yyyy-mm-dd格式.
rs( "infotime ")是一个时间类型的,access的数据库中,里面有2007-4-10,2006-11-4.
------解决方案--------------------formatdatetime(rs( "infotime "),2)
------解决方案--------------------http://community.csdn.net/Expert/topic/5301/5301395.xml?temp=.2624475
------解决方案--------------------formatdatetime参考
------解决方案--------------------formatdatetime(rs( "infotime "),vbshortdate)
------解决方案--------------------实在不行.可以用year() month() day() 来接合..最懒不过的了