Objective-C
Objective-C
Example: Http.GenTimeStamp method
Demonstrates theGenTimeStamp method.
Chilkat Objective-C Downloads
#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