how to print a date portion of a date object in mssql code example Example: sql datetime as date SELECT CONVERT(DATE, GETDATE()) date;