core.noscript.text
Hi,
How to convert MMM YY(string format) to DD-MMM-YYYY in date format?
Solved! Go to Solution.
left(datetimetrim(DateTimeParse([Input],"%B %y"), 'lastofmonth'),10)
as an alternative you can use datetimeformat:
datetimeformat(datetimetrim(DateTimeParse([Month(Input)],"%B %y"), 'lastofmonth'),"%Y-%m-%d")
Thanks for help, I have used date time tool with custom "%m/%d/yyyy"