How to change the date formats

Try with expression in assign activity

stroutput = DateTime.ParseExact(strinput.ToString.SubString(0,10), “dd.MM.yyyy”, CultureInfo.InvariantCulture).ToString(“MMM’yyyy”)

Have a view in this for all Datetime operations

Cheers @anjani_priya