dateFormatLong method

String dateFormatLong()

Implementation

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