(Friday,Janauary 30, 2020) to (dd/mm/yyyy)

(Friday,Janauary 30, 2020) this format containg a string variable i need to convert to (dd/mm/yyyy)

Any one help me with this!

@pravin_calvin

Try this.

       CDate("Friday,Janauary 30, 2020").Tostring("dd/MM/yyyy")

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.