date time format in sql server code example Example: sql convert date to string yyyy-mm-dd select CONVERT(char(10), GetDate(),126) /* 2020-12-23 */