gpt4 book ai didi

c# - ASP.NET 中的日期格式

转载 作者:太空宇宙 更新时间:2023-11-03 22:09:07 25 4
gpt4 key购买 nike

如何在 asp.net 中将日期时间格式 2011-09-01 09:39:23 更改为 2011-Aug-01 09:39:23。

并且在显示时应该显示第二种格式。

最佳答案

使用 DateTime Format Strings 之一使用 DateTime.ToString()

特别是,您需要:

yourDateTime.ToString("yyyy-MMM-dd hh:mm:ss");

关于c# - ASP.NET 中的日期格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7322793/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com