hello
i want to format date 15/10/2013 (dd/MM/yyyy)
i use this format
CDate(rs("status_date").Value).ToString("dd/MM/yyyy")
but the result :10/15/2013 (MM/dd/yyyy)
how to format it?
thanks
i want to format date 15/10/2013 (dd/MM/yyyy)
i use this format
CDate(rs("status_date").Value).ToString("dd/MM/yyyy")
but the result :10/15/2013 (MM/dd/yyyy)
how to format it?
thanks