Viewing post 1 (of 1 total)
If it is a string object, you need to convert to date first.
For example, if dateEx = "2010-18-05" then:
Format(CDate(dateEx), "dd/MM/yyyy")
May 18, 2010 at 8:27 am
#1168853