How to convert date format MMM-YY for example from feb-20 to FEB-20? (Convert Month in capital letter)
Below is my workflow:
1 Like
Hi,
Can you the following expression?
StartDate.toString("MMM-yy").ToUpper
Regards,
4 Likes
It’s correct. Thank you.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.