Change format to DATE from CUSTOM in EXCEL from SQL

Is there any chance to show date as date format in excel instead of custom when download table from SQL to xlsx ?
My code : CAST(CONVERT(char(10),t1.[date.satrtDate],101) as datetime) end AS 'Confirmed start date',