sql server convert date to string MM/DD/YYYY

Viewed 246750

I am using SQL Server 2008.

I have the following:

    select convert(varchar(20),fmdate) from Sery

How do I convert the date to string such that it show as MM/DD/YYYY

5 Answers
Related