How to convert String to Date format
Hi,
I have a requirement where I'm getting a value from response in string format i.e "15 Jul 2020". I wanted to map this value to a date property but When i map It's throwing an error saying" String can't be mapped to Date".
So need a function of format where i can map text to date property.
Thanks in advance
Akhil