C#中日期操作
摘要:
在ASP中日期比较使用:DateDiff( "d", "2006-1-30", now )>0;在C#中使用:TimeSpan代码如下:using System;using System.Collections;public class DatediffClass{public static void Main(){DateTime dt1 = DateTime.Parse("2006-04... 阅读全文
posted @ 2008-10-11 09:57 T386.com落伍者 阅读(215) 评论(0) 推荐(0)
浙公网安备 33010602011771号