This is the fragment that is used to convert the datetime that SQL Server returns to a short date string.
CONVERT(VARCHAR,A.STARTDATE,101)
Hope this Helps
Happy Programming!!!
Posted by subbaraokv | Filed under
This is the fragment that is used to convert the datetime that SQL Server returns to a short date string.
CONVERT(VARCHAR,A.STARTDATE,101)
Hope this Helps
Happy Programming!!!
Comments (0) | 8:52 AM
0 Responses to "Converting Datetime to short date string SQL Server"
Post a Comment