VBScript TimeValue Function
Complete VBScript Reference
The TimeValue function returns a Variant of subtype Date that contains the time.
Syntax
| Parameter |
Description |
| time |
Required. A time from 0:00:00 (12:00:00 A.M.) to
23:59:59 (11:59:59 P.M.) or any expression that represents a time in that
range |
Example 1
document.write(TimeValue("5:55:59 PM") & "<br />")
document.write(TimeValue(#5:55:59 PM#) & "<br />")
document.write(TimeValue("15:34"))
Output:
5:55:59 PM
5:55:59 PM
3:34:00 PM
|
Complete VBScript Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|