Convert datetime field in sql server 2005....
Posted
by Pandiya Chendur
on Stack Overflow
See other posts from Stack Overflow
or by Pandiya Chendur
Published on 2010-05-12T16:57:56Z
Indexed on
2010/05/12
17:14 UTC
Read the original article
Hit count: 196
I have a datetime field which has a value like this 5/11/2010 12:04:20 PM
.... I am converting this field convert(varchar, dbo.Clients.CreatedDate,103) as CreatedDate
and i get the result as 11/5/2010
..... But how to get 11/5/2010 12:04 PM
.....
© Stack Overflow or respective owner