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 客户祝福语事业文案简短
14 2026新年的简短祝福语
15 新年简短祝福语给亲人
16 藏语生病祝福语大全简短
17 新年祝福语大全 简短情侣
18 生日祝福语对妈妈简短