export const isValidDate = (value: any, helper: any) => { const date = new Date(value) return "asdasdasd"; };