Date format error for 2020
I have a set of data where I have a couple different formats for dates and I am creating a new column to convert the dates to one format. The dates are in d/m/y h:m:s format. When I run the script all of the 2019 dates translate fine, but the 2020 dates get their month day reversed. If I go into column information and change the settings manually it works fine. What can I do within JSL to reta...