您现在的位置是:网站首页> 编程资料编程资料

asp取日期1月25日为0125的最简单方法_应用技巧_

2023-05-25 326人已围观

简介 asp取日期1月25日为0125的最简单方法_应用技巧_

right("0"&year(now),2)&right("0"&month(now),2)&right("0"&day(now),2)&right("0"&hour(now),2)&right("0"&minute(now),2)&right("0"&second(now),2)

-六神源码网