C#中的通用日期较长时间(“ G”)格式说明符
“常规日期较长时间”标准格式说明符是短日期(“d”)和较长时间(“T”)模式的组合,并用空格分隔。
设置日期-
DateTime dt = new DateTime(2018, 1, 3, 3, 45, 20);
现在,使用ToString()方法和DateTimeFormatInfo。
dt.ToString("G", DateTimeFormatInfo.InvariantInfo)示例
using System;
using System.Globalization;
class Demo {
static void Main() {
DateTime dt = new DateTime(2018, 1, 3, 3, 45, 20);
Console.WriteLine(dt.ToString("G",
DateTimeFormatInfo.InvariantInfo));
}
}输出结果
01/03/2018 03:45:20
热门推荐
10 短祝福语简短暖心
11 祝妹妹毕业祝福语简短
12 公司春节祝福语和简短
13 发小结婚简短祝福语
14 收生日红包祝福语 简短
15 元旦联谊祝福语简短精辟
16 新婚贺词简短的祝福语
17 男朋友祝福语简短新年
18 考试祝福语日文简短版