export const isInvalidDate = (parsedDate: Date): boolean => parsedDate.toString() === 'Invalid Date'