Convert date to desired format

Hi @Tanu_G

Check this out

Datetimevar= DateTime.ParseExact(“20230919”,“yyyyMMdd”,System.Globalization.CultureInfo.InvariantCulture). ToString(“MM/yyyy/dd”)

Hope this helps

1 Like