Skip to content

Commit

Permalink
Month instead of minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
chloefont committed Sep 7, 2022
1 parent ca8d5c5 commit ac7d039
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('d/m/yy');
DateFormat format = DateFormat('d/MM/yy');
return Column(
children: [
StraightTopBar(title: _title),
Expand Down

0 comments on commit ac7d039

Please sign in to comment.