static String format(DateTime dateTime, String format) { return DateFormat(format, 'vi').format(dateTime); }