Can anyone please share the program with how to use switch flow?
I want to replace month name with month number
for example 08 sep 2017 replace “sep” with “/09/”.
and so on for every month.
i want to make cases for all 12 months.
Thank you
but i can not attach month dec as there are 12 nodes to switch statement and assigning first “month” where initial input is given takes one node already.
I know this is already solved… but there is one more option using assign activity with - Date.ParseExact(StrDate, “dd MMM yyyy”, System.Globalization.DateTimeFormatInfo.InvariantInfo).ToString(“dd/MM/yyyy”)