dateFormatLongWithDayName method

String dateFormatLongWithDayName()

Implementation

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