Sample code for 30+ languages & platforms
Xojo Plugin

Example: Http.GenTimeStamp method

Demonstrates the GenTimeStamp method.

Chilkat Xojo Plugin Downloads

Xojo Plugin
Dim http As New Chilkat.Http

// Return current date/time in the following format: Day, DD Mon YYYY HH:MM:SS GMT
Dim timestamp As String
timestamp = http.GenTimeStamp()
System.DebugLog(timestamp)

// Sample Output:
// Thu, 21 Aug 2025 11:17:31 GMT