MSsql server里日期不能直接存入date字段,要转换一下

CONVERT(datetime, '2006-05-16',23);
原文地址:https://www.cnblogs.com/Jian-Zhang/p/7467712.html