iap - wip
This commit is contained in:
@@ -94,4 +94,10 @@ extension Date: RawRepresentable {
|
||||
|
||||
return (startDate, endDate)
|
||||
}
|
||||
|
||||
func formattedDate() -> String {
|
||||
let dateFormatter = DateFormatter()
|
||||
dateFormatter.dateFormat = "MMM dd, yyyy"
|
||||
return dateFormatter.string(from: self)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user