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/28/2024
Long Date: Sunday, April 28, 2024
Short Date: 4/28/2024
Long Time: 5:33:17 AM
Short Time: 05:33
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.