is there a way to get the date in the format of "May 17, 2019" in swift, currently I have
var date = Date(timeIntervalSinceReferenceDate: (Date().timeIntervalSinceReferenceDate))
var stringDate = "\(date)"
stringDate = String(stringDate.prefix(16))
and it has the format of "2019-17-05 1:31" for example