String dateFormat_YYYY_MM_dd_HH([int? time, String delimiter = '-']) { return _dateFormat('yyyy${delimiter}MM-dd HH', time); }