Pretty simple question, but I’m wondering how to make an NSDate from current date and time from NSString
NSString content format is like this:”hh:mm:ss”
Simple, but I can’t do it 🙂
Pretty simple question, but I’m wondering how to make an NSDate from current date
Share
You can use
NSDateFormatterclass to do that.