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

HH为24小时制

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

hh为12小时制

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

相关文章:

  • 2021-10-07
  • 2022-12-23
  • 2021-12-13
  • 2021-06-18
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2021-08-20
  • 2021-11-27
  • 2021-11-14
  • 2022-12-23
  • 2021-06-29
  • 2021-12-23
相关资源
相似解决方案