0

enter image description here

This is the piece of code

    Padding(
       padding: const EdgeInsets.all(8.0),
       child: Text(
       '${country.subtitle} ${country.competition!.title} 
       ${DateFormat..format(DateTime.parse(country.dateStart as String))} BDT'),
        ),
RafiaChy
  • 45
  • 8
  • 2
    Does this answer your question? [How do I format a date with Dart?](https://stackoverflow.com/questions/16126579/how-do-i-format-a-date-with-dart) – FObersteiner Sep 29 '21 at 13:10

0 Answers0