Programming Reference Manual
 
 
Syntax
 
HtmWebDate(DateTime)
 
Description
Returns a string containing the specified date and time value, formatted to the html standard.
 
Parameter
Description
Datetime
The specified date and time.
See Also
Example
 
Sub Main
    MsgBox HtmWebDate(Now())
End Sub