String? formatMilliSeconds([String format = DateFormats.DEFAULT]) { return int.tryParse(this)?.parseToDateTime().format(format); }