Parsing date from dd/mm/yyyy string
I have a string which contains date in dd/mm/yyyy format which I am trying to set into a datetime property. But I get an invalid date format error on commit call of activity. I have tried converting the above string in a valid date format by using different functions but all I get is 19700101 date. How can convert it properly?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.