JayC
Member since Jun 17, 2010
- Profile: /members/6236-jayc.htm
- URL: http://www.jaycollett.com
- Comments: 1
Recent Blog Comments By JayC
-
Getting Only the Date Part of a Date/Time Stamp in SQL Server
Posted on Jun 17, 2010 at 2:53 PM
I think this is the "standard" way of getting a date without time from sql... SELECT CONVERT(VARCHAR(10),'6/16/2010 3:59:59',101)... read more »