Hello Everyone,
I want to convert any given date format to d/m/yyyy.
the input value may be Jan 1, 2023, 1 Jan 2023, 1-1-2023,,,, meaning the format is not fixed.
So I want to convert the given date to fixed format ex d/m/yyyy so we can work with the date further.
Any Idea how to do it?