Is there an easy way of doing the following conversion:
MM/DD/YYYY to DD/MM/YYYY
M/D/YYYY to D/M/YYYY
MM/D/YYYY to D/MM/YYYY
M/DD/YYYY to DD/M/YYYY
The input that needs to be converted is a string and as shown above doesn’t contain the typical “0” if either month or day is less than “10”.