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