关于显示时间的格式
Label1.Text = Now 我要去打前面的日期,该什么做~?
除了用Label1.Text = Convert.ToString(System.DateTime.Now.Hour) + ": " + Convert.ToString(System.DateTime.Now.Minute) + ": " + Convert.ToString(System.DateTime.Now.Second)
还有其他的办法吗?
[解决办法]
Label1.Text = Datetime.Now.tostring( "HH:mm ss ")