How to Convert String into a Date

Hi everyone!
I have been trying to convert a string into a date, any suggestions?
This is the String: Apr 2, 2021
I tried parse but it is deprecated
Thank you in advance.

You can try:

1 Like

Thank you!