码迷,mamicode.com
首页 > 其他好文 > 详细

System.DateTime.Now 24小时制。

时间:2019-05-05 16:02:11      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:text   back   tostring   label   str   color   时间   datetime   round   

this.Label6.Text = "当前时间:" + System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");    2014-11-29 15:03:04

 

this.Label6.Text = "当前时间:" + System.DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss");    2014-11-29 03:03:04

System.DateTime.Now 24小时制。

标签:text   back   tostring   label   str   color   时间   datetime   round   

原文地址:https://www.cnblogs.com/ZkbFighting/p/10813418.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!