Hi !
I'm having a "dateTime" column in a table.
In order to get rid of "time", I transform it to a Varchar and then read 10 first characters only.
But now i need the date to be in the format of: "dd/mm/yyyy" rather then its' contemporary format which is: "mm/dd/yyyy".
Could anyone tell me please how to do this ?
Thanks a lot !
I'm having a "dateTime" column in a table.
In order to get rid of "time", I transform it to a Varchar and then read 10 first characters only.
But now i need the date to be in the format of: "dd/mm/yyyy" rather then its' contemporary format which is: "mm/dd/yyyy".
Could anyone tell me please how to do this ?
Thanks a lot !