core.noscript.text
Hi there,
I need a help on below date format conversion
01/2019- 31/01/2019
02/2020- 29/02/2020
05/2018-31/05/2018
Thanks in advance.
RJ
Solved! Go to Solution.
Hi @Raj_2 I mocked up a workflow that produces your output. Let me know what you think?
You can do it with a combination of DateTime function tools
datetimeformat(todate(datetimeadd(datetimeadd(DateTimeParse([old date],'%m/%Y'),1,'month'),-1,'day')),'%d/%m/%Y')
hi @Raj_2
Please see below. Hope it helps.
wondeful