let formatter = DateFormatter() formatter.dateFormat = "hh a" // "a" prints "pm" or "am" let hourString = formatter.string(from: Date()) // "12 AM"