Hello everyone
I’d like to change the datetime format of a given string to MM/dd/yyyy. However, the input string can have various formats (yyyy-dd-mm, MM/dd/yy, etc.) Is there an easy way to accomplish this, not knowing the format of the input string?