如何只显示时分秒不显示年月日?如何只显示时分秒不显示年月日? [解决办法]like this?
DateTime dt = DateTime.Now; string result = dt.ToString("HH:mm:ss"); MessageBox.Show(result);