10 2008 档案

posted @ 2008-10-30 07:53 Microshaoft 阅读(6553) | 评论 (5) 编辑
摘要: namespace ConsoleApplication{ using System; using Microshaoft; public class Class1 { static void Main(string[] args) { DateTime x = DateTime.Now; x = new DateTime(2008,1,1,13,1,1,1); string s = DateTimeHelper.Get_yyyyMMddHHmmss_String(x); ...阅读全文
posted @ 2008-10-29 00:28 Microshaoft 阅读(6357) | 评论 (1) 编辑
posted @ 2008-10-28 00:54 Microshaoft 阅读(6009) | 评论 (0) 编辑