碧水寒潭

追寻平淡的幸福:和喜欢的人在一起,做自己喜欢的事……
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年7月28日

摘要: --DateTime数字型System.DateTimecurrentTime=newSystem.DateTime();1.1取当前年月日时分秒currentTime=System.DateTime.Now;1.2取当前年int年=currentTime.Year;1.3取当前月int月=currentTime.Month;1.4取当前日int日=currentTime.Day;1.5取当前时i... 阅读全文

posted @ 2010-07-28 12:39 碧水寒潭 阅读(716) 评论(0) 推荐(1) 编辑

2010年4月30日

摘要: 代码: 阅读全文

posted @ 2010-04-30 14:31 碧水寒潭 阅读(531) 评论(1) 推荐(0) 编辑