Syntax
Public Function ClientTime()As String
Description
This function is used to return the time in the client side as a string value.
Parameters
No Parameters.
Return value
Returns the client side time as a string value.
Sample
Public Sub main() AlertMessage ClientTime() return the client time. End Sub
See Also