日期:2014-05-17  浏览次数:20851 次

关于asp时间显示格式的问题
呵呵   应该是小问题,请问在页面中,如何将日期格式显示成   07-03-29   的格式?谢谢!

------解决方案--------------------
<%
=formatdatetime(now(),2)
%>
------解决方案--------------------
<%
original = SetLocale( "en-ca ") '设置语言地域
response.Write(formatdatetime(now(),1))
%>