can someone assist, I need to convert string "Jul'23" to "2023/07/01"
I am using DateTime Parse tool but my output is [null]
Solved! Go to Solution.
You can use the following formula where [Field1] is the field that contains "Jul'23".
datetimeformat(DateTimeParse([Field1],"%h'%Y"),'%Y/%d/%m')
User | Count |
---|---|
19 | |
15 | |
15 | |
9 | |
8 |