IHYPRESS.NET
ASP
HOME | ASP | C | CSS | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
Earn Free Bitcoin
ASP ❯ Date & Time
<07>
<div style="font-size:1.1em;color:#cc3333;"> <% response.write ("General Date: ") response.write(FormatDateTime(date(),vbgeneraldate)) response.write("<br>") response.write ("Long Date: ") response.write(FormatDateTime(date(),vblongdate)) response.write("<br>") response.write ("Short Date: ") response.write(FormatDateTime(date(),vbshortdate)) response.write("<br>") response.write ("Long Time: ") response.write(FormatDateTime(now(),vblongtime)) response.write("<br>") response.write ("Short Time: ") response.write(FormatDateTime(now(),vbshorttime)) %> </div>
General Date: 4/25/2024
Long Date: Thursday, April 25, 2024
Short Date: 4/25/2024
Long Time: 3:49:46 PM
Short Time: 15:49
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.