只要在convert中指定日期格式的代号就够了,如: select convert(char(20),getdate(),101) select emp_id,convert(char(20),hire_dt,101) from employee —————————————————– 日期格式 代号 ——————– ———– 04/05/2000 101 ——————– ———– 2000.04.05 102 ——————– ———– 05/04/2000 103 ——————– ———– 05.04.2000