怎樣讓date()對應的數據顯示成如2070607的字樣?
多謝
2007-06-07 16:12
[此贴子已经被作者于2007-6-7 16:15:45编辑过]

2007-06-07 16:14
<%=Year(Date()) & Right("00"& Month(Date()),2) & Right("00"& Day(Date()),2)%>

2007-06-07 16:17




2007-06-07 18:31
<%=Year(Date()) & Right("00"& Month(Date()),2) & Right("00"& Day(Date()),2)%>
这段的代码收藏了!谢谢了!

2007-06-08 09:19