static String formatTime(DateTime dateTime) { return DateFormat('h:mm a').format(dateTime); // 12:20 PM }