From: charleswrayjr Date: Sat, 13 Sep 2025 17:12:58 +0000 (-0500) Subject: Working on tailwind and styles. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.js?a=commitdiff_plain;h=f9429d4575677beba5f48053558c40ec0447c648;p=phs-admin.git Working on tailwind and styles. --- diff --git a/src/app/utils.js b/src/app/utils.js index 256a395..7e3ab29 100755 --- a/src/app/utils.js +++ b/src/app/utils.js @@ -1,3 +1,4 @@ +import _ from '@lodash'; export const getFormattedDate = (date) => { return new Date(date).toLocaleString('en-US', { year: 'numeric',