Hi All,
could someone help me on below date format issue?
Problem: - Input file we have date format as MM/DD/YYYY and I have converted as per my requirement YYYY/MM/DD in workflow (successfully converted in workflow). but in output file i got date format as MM/DD/YYYY (just like as input file)
I don't understand why date format not changed in output as per workflow.
Input:
| Date_1 | Date_2 |
| 06-14-21 | 06-15-21 |
| 06-14-21 | 06-15-21 |
| 06-14-21 | 06-15-21 |
| 06-15-21 | 06-16-21 |
Workflow:
2021-06-08 2021-06-09
2021-05-31 2021-06-01
2021-05-28 2021-05-28
2021-05-28 2021-05-28
Output:
| Converted_Date_1 | ConvertedDate_2 |
| 14/06/2021 | 15/06/2021 |
| 14/06/2021 | 15/06/2021 |
| 14/06/2021 | 15/06/2021 |
| 15/06/2021 | 16/06/2021 |