Question
Convert text into date format
as per the requirement,
I have to convert user texts into DB date format
Required format: YYYY/MM/DD
expected date inputs:
| Date with Month Name | March 20, 2023 |
| DD/MM/YYYY | 02/12/2022 |
| MM/DD/YYYY | 12/20/2022 |
| D/M/YYYY | 3/9/2022 |
