From 3a932bcdc5c258aefd8a67fbe958c342fad32879 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Fri, 5 Aug 2022 17:57:04 -0500 Subject: [PATCH] Date string footer --- squarenotsquare/src/screens/Home.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/squarenotsquare/src/screens/Home.js b/squarenotsquare/src/screens/Home.js index 930dc09..684dcad 100644 --- a/squarenotsquare/src/screens/Home.js +++ b/squarenotsquare/src/screens/Home.js @@ -20,6 +20,8 @@ function Home(){ dispatch(squareStartPressed()); } + const now = new Date(Date.now()); + return ( @@ -61,7 +63,7 @@ function Home(){ - 0.0.1a Atonal Software August 2, 2022 + 0.0.1a Atonal Software {now.toDateString()}