Skip to content

Commit 58b165a

Browse files
committed
[#14] Uppercase for date
1 parent 788bfc7 commit 58b165a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/home/home_header_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class HomeHeaderWidget extends StatelessWidget {
1111

1212
@override
1313
Widget build(BuildContext context) {
14-
final currentDate = DateTime.now().fullDate;
14+
final currentDate = DateTime.now().fullDate.toUpperCase();
1515

1616
return SafeArea(
1717
child: Padding(

0 commit comments

Comments
 (0)