Skip to content

Commit

Permalink
Merge pull request #220 from les-crepes/218-correction-format-dates-l…
Browse files Browse the repository at this point in the history
…iste-discussion

Change format
  • Loading branch information
chloefont authored Sep 7, 2022
2 parents ebf46a7 + 4fb99dd commit 4927314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/custom_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class CustomList extends StatelessWidget {

@override
Widget build(BuildContext context) {
DateFormat format = DateFormat('h:m:s d/m/y');
DateFormat format = DateFormat('d/m/yy');
return Column(
children: [
StraightTopBar(title: _title),
Expand Down

0 comments on commit 4927314

Please sign in to comment.