static String formatCompleteDateTime( DateTime dateTime, { String format = 'yyyy-MM-dd hh:mm a', }) { return DateFormat(format).format(dateTime); }