I’m getting a date value from XML in string (numeric). I want to convert the value like 72124
to 7/21/2024
.
Then further I have to assign 7/21/2024
to a string variable.
Please help
I’m getting a date value from XML in string (numeric). I want to convert the value like 72124
to 7/21/2024
.
Then further I have to assign 7/21/2024
to a string variable.
Please help