时间字符串格式化



//取到当前日期的年月日,时分秒

string strs = DateTime.Now.TimeOfDay.ToString("yy-MM-dd hh-mm-ss");




你可能感兴趣的:(基础知识,.net(C#))