From 4fb99dd7ff0f33a7784405ef9785dd4d38a1b919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9?= Date: Wed, 7 Sep 2022 15:51:09 +0200 Subject: [PATCH] Change format --- lib/widgets/custom_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),