首页 > 其他 > 详细

C#日期格式化

时间:2014-04-11 22:16:49      阅读:692      评论:0      收藏:0      [点我收藏+]

日期转化一
bubuko.com,布布扣
bubuko.com,布布扣为了达到不同的显示效果有时,我们需要对时间进行转化,默认格式为:
2007-01-03 14:33:34 ,要转化为其他格式,要用到DateTime.ToString的方法(String, IFormatProvider),如下所示:
bubuko.com,布布扣
bubuko.com,布布扣
using System;
bubuko.com,布布扣
using System.Globalization;
bubuko.com,布布扣String format
="D";
bubuko.com,布布扣DateTime date
=DataTime,Now;
bubuko.com,布布扣Response.Write(date.ToString(format, DateTimeFormatInfo.InvariantInfo));
bubuko.com,布布扣
bubuko.com,布布扣结果输出
bubuko.com,布布扣Thursday, June 
162005
bubuko.com,布布扣
bubuko.com,布布扣参数format格式详细用法:
bubuko.com,布布扣
bubuko.com,布布扣格式字符 关联属性
/说明 
bubuko.com,布布扣d ShortDatePattern 
bubuko.com,布布扣D LongDatePattern 
bubuko.com,布布扣f 完整日期和时间(长日期和短时间) 
bubuko.com,布布扣F FullDateTimePattern(长日期和长时间) 
bubuko.com,布布扣g 常规(短日期和短时间) 
bubuko.com,布布扣G 常规(短日期和长时间) 
bubuko.com,布布扣m、M MonthDayPattern 
bubuko.com,布布扣r、R RFC1123Pattern 
bubuko.com,布布扣s 使用当地时间的 SortableDateTimePattern(基于 ISO 
8601) 
bubuko.com,布布扣t ShortTimePattern 
bubuko.com,布布扣T LongTimePattern 
bubuko.com,布布扣u UniversalSortableDateTimePattern 用于显示通用时间的格式 
bubuko.com,布布扣U 使用通用时间的完整日期和时间(长日期和长时间) 
bubuko.com,布布扣y、Y YearMonthPattern 
bubuko.com,布布扣
bubuko.com,布布扣下表列出了可被合并以构造自定义模式的模式。这些模式是区分大小写的;例如,识别“MM”,但不识别“mm”。如果自定义模式包含空白字符或用单引号括起来的字符,则输出字符串页也将包含这些字符。未定义为格式模式的一部分或未定义为格式字符的字符按其原义复制。
bubuko.com,布布扣
bubuko.com,布布扣格式模式 说明 
bubuko.com,布布扣d 月中的某一天。一位数的日期没有前导零。 
bubuko.com,布布扣dd 月中的某一天。一位数的日期有一个前导零。 
bubuko.com,布布扣ddd 周中某天的缩写名称,在 AbbreviatedDayNames 中定义。 
bubuko.com,布布扣dddd 周中某天的完整名称,在 DayNames 中定义。 
bubuko.com,布布扣M 月份数字。一位数的月份没有前导零。 
bubuko.com,布布扣MM 月份数字。一位数的月份有一个前导零。 
bubuko.com,布布扣MMM 月份的缩写名称,在 AbbreviatedMonthNames 中定义。 
bubuko.com,布布扣MMMM 月份的完整名称,在 MonthNames 中定义。 
bubuko.com,布布扣y 不包含纪元的年份。如果不包含纪元的年份小于 
10,则显示不具有前导零的年份。 
bubuko.com,布布扣yy 不包含纪元的年份。如果不包含纪元的年份小于 
10,则显示具有前导零的年份。 
bubuko.com,布布扣yyyy 包括纪元的四位数的年份。 
bubuko.com,布布扣gg 时期或纪元。如果要设置格式的日期不具有关联的时期或纪元字符串,则忽略该模式。 
bubuko.com,布布扣
12 小时制的小时。一位数的小时数没有前导零。 
bubuko.com,布布扣hh 
12 小时制的小时。一位数的小时数有前导零。 
bubuko.com,布布扣
24 小时制的小时。一位数的小时数没有前导零。 
bubuko.com,布布扣HH 
24 小时制的小时。一位数的小时数有前导零。 
bubuko.com,布布扣m 分钟。一位数的分钟数没有前导零。 
bubuko.com,布布扣mm 分钟。一位数的分钟数有一个前导零。 
bubuko.com,布布扣s 秒。一位数的秒数没有前导零。 
bubuko.com,布布扣ss 秒。一位数的秒数有一个前导零。 
bubuko.com,布布扣f 秒的小数精度为一位。其余数字被截断。 
bubuko.com,布布扣ff 秒的小数精度为两位。其余数字被截断。 
bubuko.com,布布扣fff 秒的小数精度为三位。其余数字被截断。 
bubuko.com,布布扣ffff 秒的小数精度为四位。其余数字被截断。 
bubuko.com,布布扣fffff 秒的小数精度为五位。其余数字被截断。 
bubuko.com,布布扣ffffff 秒的小数精度为六位。其余数字被截断。 
bubuko.com,布布扣fffffff 秒的小数精度为七位。其余数字被截断。 
bubuko.com,布布扣t 在 AMDesignator 或 PMDesignator 中定义的 AM
/PM 指示项的第一个字符(如果存在)。 
bubuko.com,布布扣tt 在 AMDesignator 或 PMDesignator 中定义的 AM
/PM 指示项(如果存在)。 
bubuko.com,布布扣z 时区偏移量(“
+”或“-”后面仅跟小时)。一位数的小时数没有前导零。例如,太平洋标准时间是“-8”。 
bubuko.com,布布扣zz 时区偏移量(“
+”或“-”后面仅跟小时)。一位数的小时数有前导零。例如,太平洋标准时间是“-08”。 
bubuko.com,布布扣zzz 完整时区偏移量(“
+”或“-”后面跟有小时和分钟)。一位数的小时数和分钟数有前导零。例如,太平洋标准时间是“-08:00”。 
bubuko.com,布布扣: 在 TimeSeparator 中定义的默认时间分隔符。 
bubuko.com,布布扣
/ 在 DateSeparator 中定义的默认日期分隔符。 
bubuko.com,布布扣
% c 其中 c 是格式模式(如果单独使用)。如果格式模式与原义字符或其他格式模式合并,则可以省略“%”字符。 
bubuko.com,布布扣 c 其中 c 是任意字符。照原义显示字符。若要显示反斜杠字符,请使用“\”。 
bubuko.com,布布扣
bubuko.com,布布扣只有上面第二个表中列出的格式模式才能用于创建自定义模式;在第一个表中列出的标准格式字符不能用于创建自定义模式。自定义模式的长度至少为两个字符;例如, 
bubuko.com,布布扣
bubuko.com,布布扣DateTime.ToString( 
"d") 返回 DateTime 值;“d”是标准短日期模式。 
bubuko.com,布布扣DateTime.ToString( 
"%d") 返回月中的某天;“%d”是自定义模式。 
bubuko.com,布布扣DateTime.ToString( 
"") 返回后面跟有一个空白字符的月中的某天;“d”是自定义模式。 
bubuko.com,布布扣
bubuko.com,布布扣比较方便的是,上面的参数可以随意组合,并且不会出错,多试试,肯定会找到你要的时间格式
bubuko.com,布布扣如要得到2005年06月 这样格式的时间
bubuko.com,布布扣可以这样写:
bubuko.com,布布扣date.ToString(
"yyyy年MM月", DateTimeFormatInfo.InvariantInfo)
bubuko.com,布布扣
bubuko.com,布布扣日期转化二
bubuko.com,布布扣
bubuko.com,布布扣DateTime dt 
= DateTime.Now;
bubuko.com,布布扣Label1.Text 
= dt.ToString();//2005-11-5 13:21:25
bubuko.com,布布扣
Label2.Text = dt.ToFileTime().ToString();//127756416859912816
bubuko.com,布布扣
Label3.Text = dt.ToFileTimeUtc().ToString();//127756704859912816
bubuko.com,布布扣
Label4.Text = dt.ToLocalTime().ToString();//2005-11-5 21:21:25
bubuko.com,布布扣
Label5.Text = dt.ToLongDateString().ToString();//2005年11月5日
bubuko.com,布布扣
Label6.Text = dt.ToLongTimeString().ToString();//13:21:25
bubuko.com,布布扣
Label7.Text = dt.ToOADate().ToString();//38661.5565508218
bubuko.com,布布扣
Label8.Text = dt.ToShortDateString().ToString();//2005-11-5
bubuko.com,布布扣
Label9.Text = dt.ToShortTimeString().ToString();//13:21
bubuko.com,布布扣
Label10.Text = dt.ToUniversalTime().ToString();//2005-11-5 5:21:25
bubuko.com,布布扣

bubuko.com,布布扣Label1.Text 
= dt.Year.ToString();//2005
bubuko.com,布布扣
Label2.Text = dt.Date.ToString();//2005-11-5 0:00:00
bubuko.com,布布扣
Label3.Text = dt.DayOfWeek.ToString();//Saturday
bubuko.com,布布扣
Label4.Text = dt.DayOfYear.ToString();//309
bubuko.com,布布扣
Label5.Text = dt.Hour.ToString();//13
bubuko.com,布布扣
Label6.Text = dt.Millisecond.ToString();//441
bubuko.com,布布扣
Label7.Text = dt.Minute.ToString();//30
bubuko.com,布布扣
Label8.Text = dt.Month.ToString();//11
bubuko.com,布布扣
Label9.Text = dt.Second.ToString();//28
bubuko.com,布布扣
Label10.Text = dt.Ticks.ToString();//632667942284412864
bubuko.com,布布扣
Label11.Text = dt.TimeOfDay.ToString();//13:30:28.4412864
bubuko.com,布布扣

bubuko.com,布布扣Label1.Text 
= dt.ToString();//2005-11-5 13:47:04
bubuko.com,布布扣
Label2.Text = dt.AddYears(1).ToString();//2006-11-5 13:47:04
bubuko.com,布布扣
Label3.Text = dt.AddDays(1.1).ToString();//2005-11-6 16:11:04
bubuko.com,布布扣
Label4.Text = dt.AddHours(1.1).ToString();//2005-11-5 14:53:04
bubuko.com,布布扣
Label5.Text = dt.AddMilliseconds(1.1).ToString();//2005-11-5 13:47:04
bubuko.com,布布扣
Label6.Text = dt.AddMonths(1).ToString();//2005-12-5 13:47:04
bubuko.com,布布扣
Label7.Text = dt.AddSeconds(1.1).ToString();//2005-11-5 13:47:05
bubuko.com,布布扣
Label8.Text = dt.AddMinutes(1.1).ToString();//2005-11-5 13:48:10
bubuko.com,布布扣
Label9.Text = dt.AddTicks(1000).ToString();//2005-11-5 13:47:04
bubuko.com,布布扣
Label10.Text = dt.CompareTo(dt).ToString();//0
bubuko.com,布布扣
Label11.Text = dt.Add(?).ToString();//问号为一个时间段
bubuko.com,布布扣

bubuko.com,布布扣Label1.Text 
= dt.Equals("2005-11-6 16:11:04").ToString();//False
bubuko.com,布布扣
Label2.Text = dt.Equals(dt).ToString();//True
bubuko.com,布布扣
Label3.Text = dt.GetHashCode().ToString();//1474088234
bubuko.com,布布扣
Label4.Text = dt.GetType().ToString();//System.DateTime
bubuko.com,布布扣
Label5.Text = dt.GetTypeCode().ToString();//DateTime
bubuko.com,布布扣

bubuko.com,布布扣Label1.Text 
= dt.GetDateTimeFormats(s)[0].ToString();//2005-11-05T14:06:25
bubuko.com,布布扣
Label2.Text = dt.GetDateTimeFormats(t)[0].ToString();//14:06
bubuko.com,布布扣
Label3.Text = dt.GetDateTimeFormats(y)[0].ToString();//2005年11月
bubuko.com,布布扣
Label4.Text = dt.GetDateTimeFormats(D)[0].ToString();//2005年11月5日
bubuko.com,布布扣
Label5.Text = dt.GetDateTimeFormats(D)[1].ToString();//2005 11 05
bubuko.com,布布扣
Label6.Text = dt.GetDateTimeFormats(D)[2].ToString();//星期六 2005 11 05
bubuko.com,布布扣
Label7.Text = dt.GetDateTimeFormats(D)[3].ToString();//星期六 2005年11月5日
bubuko.com,布布扣
Label8.Text = dt.GetDateTimeFormats(M)[0].ToString();//11月5日
bubuko.com,布布扣
Label9.Text = dt.GetDateTimeFormats(f)[0].ToString();//2005年11月5日 14:06
bubuko.com,布布扣
Label10.Text = dt.GetDateTimeFormats(g)[0].ToString();//2005-11-5 14:06
bubuko.com,布布扣
Label11.Text = dt.GetDateTimeFormats(r)[0].ToString();//Sat, 05 Nov 2005 14:06:25 GMT
bubuko.com,布布扣

bubuko.com,布布扣Label1.Text 
= string.Format("{0:d}",dt);//2005-11-5
bubuko.com,布布扣
Label2.Text = string.Format("{0:D}",dt);//2005年11月5日
bubuko.com,布布扣
Label3.Text = string.Format("{0:f}",dt);//2005年11月5日 14:23
bubuko.com,布布扣
Label4.Text = string.Format("{0:F}",dt);//2005年11月5日 14:23:23
bubuko.com,布布扣
Label5.Text = string.Format("{0:g}",dt);//2005-11-5 14:23
bubuko.com,布布扣
Label6.Text = string.Format("{0:G}",dt);//2005-11-5 14:23:23
bubuko.com,布布扣
Label7.Text = string.Format("{0:M}",dt);//11月5日
bubuko.com,布布扣
Label8.Text = string.Format("{0:R}",dt);//Sat, 05 Nov 2005 14:23:23 GMT
bubuko.com,布布扣
Label9.Text = string.Format("{0:s}",dt);//2005-11-05T14:23:23
bubuko.com,布布扣
Label10.Text   string.Format("{0:t}",dt);//14:23
bubuko.com,布布扣
Label11.Text = string.Format("{0:T}",dt);//14:23:23
bubuko.com,布布扣
Label12.Text = string.Format("{0:u}",dt);//2005-11-05 14:23:23Z
bubuko.com,布布扣
Label13.Text = string.Format("{0:U}",dt);//2005年11月5日 6:23:23
bubuko.com,布布扣
Label14.Text = string.Format("{0:Y}",dt);//2005年11月
bubuko.com,布布扣
Label15.Text = string.Format("{0}",dt);//2005-11-5 14:23:23
bubuko.com,布布扣
Label16.Text = string.Format("{0:yyyyMMddHHmmssffff}",dt);  

C#比较两时间大小

1、比较时间大小的实验
    string st1="12:13";
    string st2="14:14";
    DateTime dt1=Convert.ToDateTime(st1);
    DateTime dt2=Convert.ToDateTime(st2);
    DateTime dt3=DateTime.Now;
    if(DateTime.Compare(dt1,dt2)>0)
     msg.Text=st1+">"+st2;
    else
     msg.Text=st1+"<"+st2;
    msg.Text+="\r\n"+dt1.ToString();
    if(DateTime.Compare(dt1,dt3)>0)
     msg.Text+="\r\n"+st1+">"+dt3.ToString();
    else
     msg.Text+="\r\n"+st1+"<"+dt3.ToString();
2、计算两个时间差值的函数,返回时间差的绝对值:
         private string DateDiff(DateTime DateTime1,DateTime DateTime2)
         {
             string dateDiff=null;
             try
             {
                 TimeSpan ts1=new   TimeSpan(DateTime1.Ticks);
                 TimeSpan ts2=new   TimeSpan(DateTime2.Ticks);
                 TimeSpan ts=ts1.Subtract(ts2).Duration();
                 dateDiff=ts.Days.ToString()+"天"
                         +ts.Hours.ToString()+"小时"
                         +ts.Minutes.ToString()+"分钟"
                         +ts.Seconds.ToString()+"秒";
             }
             catch
             {
             }
             return dateDiff;
         }
3、实现计算DateTime1-36天=DateTime2的功能
    TimeSpan ts=new TimeSpan(40,0,0,0);
    DateTime dt2=DateTime.Now.Subtract(ts);
    msg.Text=DateTime.Now.ToString()+"-"+ts.Days.ToString()+"天\r\n";
    msg.Text+=dt2.ToString();
from: http://51xingfu.blog.51cto.com/219185/46222

C#日期格式化,布布扣,bubuko.com

C#日期格式化

原文:http://www.cnblogs.com/CharlesZHENG/p/3659022.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!