Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
declare @Date as CHAR(10)
SET @Date = CONVERT(CHAR(10),CONVERT(DATETIME,'20040214'),105)
PRINT @Date
SET yourfield = CONVERT(CHAR(10),CONVERT(DATETIME,yourfield),105)