I received data from an external source that has time stamps in DDMMMYYYY format and want to convert it to MM/DD/YYYY format. Can you think of a way to do this?
Input 23-Oct-2020 27-Aug-2020 04-Dec-2019
Output that i am looking to get 10/23/2020 8/27/2020 12/04/2019