Hi All, Happy Christmas, I am trying to convert from “jan/02/2019” to 02/01/2019. But i am not getting the right result. My output was 02/0019, month is not converting to the numbers.
below is my piece of code. Could you please help me with this.
Convert.ToDateTime(pragnya).ToString(“dd/mm/yy”)
(pragnya is the variable i have created to store the values)