Sample code for 30+ languages & platforms
B4X

Example: Http.GenTimeStamp method

Demonstrates the GenTimeStamp method.

Chilkat B4X Downloads

B4X
Dim http As ChilkatHttp
http.Initialize("http")

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

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