怎樣讓date()對應的數據顯示成如2070607的字樣?
多謝
[此贴子已经被作者于2007-6-7 16:15:45编辑过]
<%=Year(Date()) & Right("00"& Month(Date()),2) & Right("00"& Day(Date()),2)%>
<%=Year(Date()) & Right("00"& Month(Date()),2) & Right("00"& Day(Date()),2)%>
这段的代码收藏了!谢谢了!