dateFormat method

String dateFormat()

Implementation

String dateFormat() => Moment.tryParse(this ?? '')?.toLocal().format("DD.MM.YY") ?? "";