How to Convert string to date in mapper
Summary:
I want to convert the input string into date format
Content (please ensure you mask any confidential information):
19-APR-24 is my input string. I want to convert to date with format YYYY-MM-DD in my mapper
Input String: "19-APR-24"
Output Date: 2024-04-19
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0