当前位置: 代码迷 >> ASP >> 关于asp时间显示格式的有关问题
  详细解决方案

关于asp时间显示格式的有关问题

热度:67   发布时间:2012-02-23 22:01:35.0
关于asp时间显示格式的问题
呵呵   应该是小问题,请问在页面中,如何将日期格式显示成   07-03-29   的格式?谢谢!

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