let formatter = DateFormatter() formatter.dateFormat = "HH:mm E, d MMM y" print(formatter.string(from: today))