Hi all,
I need help in converting the strings. Below are the string formats.
If the string is DEC01/20, I want to convert it to 2020-12-01
If the string is OCT17/20-03, I want to remove the last -03 and convert it to 2020-10-17
If the string is MAR/19, I want to convert it to 2019-03-01
Thanks