I am trying to use date from an Excel spreadsheet and pass it to a web table (to a date field) with Selenium WebDriver but the format is messed up.
date on excel: 02/23/2019
date on web-table: 90/22/3201
or other different weird format. How can I fix that issue?