Hello All,
I am trying to convert a date column within my workflow from a string (formatted like 4/5) to a date format that includes the day, month and year (eg:04/05/2023, 04-05-2023). What would be the best way to do this?
Thank you!
Solved! Go to Solution.
Hi @elvinh
When you say 4/5, which is month and date?
You can use formula tool to achieve the output.
Hello, in this case it would be April/5 or M/d.
Hi @elvinh
It can be achieved in one simple formula like below, have explained in splits the previous thread to understand how it works.
DateTimeFormat((datetimeparse(([Field1]+"/2023"),"%m/%d/%Y")),"%m-%d-%Y")
Many thanks
Shanker V
Thank you! This will work!
User | Count |
---|---|
19 | |
15 | |
13 | |
9 | |
8 |