Asp常用的时间函数,示例,补充时间格式,补零加零

timeformat=right(year(date),4)   &"-"&   right("0"&month(date),2)&   "-"   &   right("0"&day(date),2)   &   "   "   &   right("0"&hour(date),2)&   ":"   &   right("0"&minute(date),2)&   ":"   &   right("0"&second(date),2) 

 

发表评论