IHYPRESS.NET > CLASSIC ASP
HOME
|
ASP
|
C
|
HTML/CSS
|
JAVASCRIPT
|
MATLAB
|
PERL
|
PHP
|
PYTHON
|
RUBY
ASP
> Program #07 [Date/Time]
CODE
RESULT
<
<% response.write ("General Date: ") response.write(FormatDateTime(date(),vbgeneraldate)) response.write("
") response.write ("Long Date: ") response.write(FormatDateTime(date(),vblongdate)) response.write("
") response.write ("Short Date: ") response.write(FormatDateTime(date(),vbshortdate)) response.write("
") response.write ("Long Time: ") response.write(FormatDateTime(now(),vblongtime)) response.write("
") response.write ("Short Time: ") response.write(FormatDateTime(now(),vbshorttime)) %>
>
COPYRIGHT © 2021 IHYPRESS.NET. A DIVISION OF IHY PRESS, KIRKLAND, WA 98083 USA. ALL RIGHTS RESERVED.
SHARE