How to change the string date into specific date format

Hi @vaibhav2.chavan try this

date_1=“26 Feb 2020”

date_2= DateTime.ParseExact(date_1, “dd MMM yyyy”,System.Globalization.CultureInfo.InvariantCulture).ToString(“yyyy-MM-dd”)

Try this way

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed: