Sample code for 30+ languages & platforms
Objective-C

Example: Http.GenTimeStamp method

Demonstrates the GenTimeStamp method.

Chilkat Objective-C Downloads

Objective-C
#import <CkoHttp.h>
#import <NSString.h>

CkoHttp *http = [[CkoHttp alloc] init];

//  Return current date/time in the following format: Day, DD Mon YYYY HH:MM:SS GMT
NSString *timestamp = [http GenTimeStamp];
NSLog(@"%@",timestamp);

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