C# 去掉 SQL Server 返回的时间格式中包含的 T

Posted wsq-blog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C# 去掉 SQL Server 返回的时间格式中包含的 T相关的知识,希望对你有一定的参考价值。

IsoDateTimeConverter timeConverter = new IsoDateTimeConverter { DateTimeFormat = "yyyy-MM-dd HH:mm:ss"};
string jsonStr = JsonConvert.SerializeObject(DatatableName,Formatting.Indented,timeConverter);

以上是关于C# 去掉 SQL Server 返回的时间格式中包含的 T的主要内容,如果未能解决你的问题,请参考以下文章

C# 接口中DateTime类型字段返回年月日格式,去掉时分秒的数据

用于使用 Azure SQL Server 数据的 C# Web API

使用 c# 从 SQL Server 插入命令返回值

C# 将 DateTime 转换为 Sql Server 2005 格式

Asp.net(C#) 获取 执行sql server 语句/存储过程后的 多个返回值?

从 C# 调用时,来自 SQL Server 的标量值函数不返回值