How can a date be extracted from a string containing a timestamp using Swift?
For example:
When given the following timeStamp in string format, what steps are necessary to extract the date and convert it to a string?
if the timeStamp = "3/5/2015 7:12:17 PM"
then desired result would be = "3/5/2015"