c# 二十四小时制

mac2022-06-30  106

是显示数据时时间格式化12小时制的问题

HH为24小时制

DataFormatString="{0:yyyy-MM-dd HH:mm:ss}" 

hh为12小时制

DataFormatString="{0:yyyy-MM-dd hh:mm:ss}" 

转载于:https://www.cnblogs.com/siyunianhua/p/10553828.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)