Visual Basic 6.0
Visual Basic 6.0
Example: Http.GenTimeStamp method
Demonstrates theGenTimeStamp method.
Chilkat Visual Basic 6.0 Downloads
Dim http As New ChilkatHttp
' Return current date/time in the following format: Day, DD Mon YYYY HH:MM:SS GMT
Dim timestamp As String
timestamp = http.GenTimeStamp()
Debug.Print timestamp
' Sample Output:
' Thu, 21 Aug 2025 11:17:31 GMT