Change Date Format By USING swicth

here you go
date.zip (9.9 KB)

Cheers @f39b242a4f84ba555bd3

1 Like

did that work buddy
kindly let know for any queries
Cheers @f39b242a4f84ba555bd3

It works, but when I change it the format when the input become like this:
image
I use this formate:
Datetime.ParseExact(str_DATE,“MMM dd yyyy”,system.Globalization.CultureInfo.InvariantCulture).ToString(“dd/MM/yyyy”)

It become an error.