diff --git a/lib/widgets/custom_list.dart b/lib/widgets/custom_list.dart index 3a2e0df..642724b 100644 --- a/lib/widgets/custom_list.dart +++ b/lib/widgets/custom_list.dart @@ -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),