From 4720aa7f84d7924309c4c5fdc7526166bf7e0718 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Mon, 5 Apr 2021 15:35:03 -0400 Subject: updated date format --- src/utils/moments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/utils/moments.ts b/src/utils/moments.ts index 9b8e0075..87f062af 100644 --- a/src/utils/moments.ts +++ b/src/utils/moments.ts @@ -33,7 +33,7 @@ export const getTimePosted = (date_time: string) => { } // More than 3 days else if (difference >= 24 * 60 * 60 * 3) { - time = datePosted.format('YYYY/MM/DD'); + time = datePosted.format('MMMM D, YYYY'); } return time; }; -- cgit v1.2.3-70-g09d2