The Excel input file has 2 different dates, both are formatted as a general number so they come into Alteryx as a V-String. When I use the DateTime Parse tool, and convert string to date/time format from mm/dd/yyyy to yyyy-mm-dd, the 2nd format of yyyy-mm-dd converts to [null]

Is there a way to convert both formats to yyyy-mm-dd, Alteryx default date format?
Thank you