SyntaxFix
Write A Post
Hire A Developer
Questions
If you need time stamp as a string.
time_t result = time(NULL); NSString *timeStampString = [@(result) stringValue];