Let’s say I have something like 30-10-2025 12:53, how could I convert that to an NSDate? I guess there’s some class that takes this plus an format string that tells it how the date looks as a string, so it can parse it… where must I look?
Let’s say I have something like 30-10-2025 12:53 , how could I convert that
Share
You can use NSDateFormatter
Here is a reference DateFormatter ref