Todate Format Dart

dateFormate = DateFormat("dd-MM-yyyy").format(DateTime.parse("2019-09-30"));
Precious Piranha