tempo1
Programmer
- Feb 20, 2007
- 118
Hi everyone,
I want to dispay a date column as a string so i write:
and recieve a string that contains a date with the format:
mm/dd/yy. Is it possible to show the date (inside a string
column) in a format of: dd/mm/yy ? how ?
Thanks.
I want to dispay a date column as a string so i write:
Code:
CONVERT(VARCHAR(12),mydate,101) "date_of_birth"
mm/dd/yy. Is it possible to show the date (inside a string
column) in a format of: dd/mm/yy ? how ?
Thanks.