export function getShortenedDate()

in client/src/util/Helpers.ts [6:8]


export function getShortenedDate(date: Date) {
    return dateAndTime.format(date, "MM/DD/YYYY");
}