摘要:
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
于斯人也
阅读(6777)
评论(1)
推荐(0)