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.
select convert(char(10),datecol,101)
+ substring(
convert(char(30),datecol,100)
,12,7) as dt
from yourtable