关于asp时间显示格式的问题
呵呵 应该是小问题,请问在页面中,如何将日期格式显示成 07-03-29 的格式?谢谢!
[解决办法]
<%
=formatdatetime(now(),2)
%>
[解决办法]
<%
original = SetLocale( "en-ca ") '设置语言地域
response.Write(formatdatetime(now(),1))
%>
发布时间: 2012-02-23 22:01:35 作者: rapoo
关于asp时间显示格式的问题
呵呵 应该是小问题,请问在页面中,如何将日期格式显示成 07-03-29 的格式?谢谢!
[解决办法]
<%
=formatdatetime(now(),2)
%>
[解决办法]
<%
original = SetLocale( "en-ca ") '设置语言地域
response.Write(formatdatetime(now(),1))
%>