IHYPRESS PROGRAMMING
Classic ASP programs with code and output for beginners
classic asp
HOME | ASP | C | CSS | GNUPLOT | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
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>
Hergestellt in Deutschland / Made in Germany
COPYRIGHT © 2015-2024 IHY PRESS Frankfurt am Main 60329 Deutschland