extension FormatDatetimeExtension on DateTime { String get simpleDateFormat { return "${day < 10 ? "0" : ""}$day.$month.$year"; } }