欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

asp取日期1月25日为0125的最简单方法

程序员文章站 2022-07-01 23:37:21
right("0"&year(now),2)&right("0"&month(now),2)&right("0"&day(now),2)&right("0"&hour(no...
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)