You are viewing a single comment's thread. Return to all comments →
Use this to pass failed tests because of wrong date
!(formState.joiningDate && new Date(formState.joiningDate).getFullYear() < new Date(currentDate).getFullYear());
Seems like cookies are disabled on this browser, please enable them to open this website
Employee Validation
You are viewing a single comment's thread. Return to all comments →
Use this to pass failed tests because of wrong date