Quick ASP timestamp


/ Published in: ASP
Save to your folder(s)

http://forums.whirlpool.net.au/forum-replies-archive.cfm/451482.html


Copy this code and paste it in your HTML
  1. timestamp = year(now) & 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)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.