会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
delphi&.net学习记事本
博客园
::
首页
::
博问
::
闪存
::
新随笔
:: :: ::
管理
::
公告
2006年12月8日
C#常用函数
摘要: 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; ...
阅读全文
posted @ 2006-12-08 14:18 骑人的驴
阅读(342)
评论(0)
推荐(0)
常用函数集(检验日期,身份证十五位身份证为十八位,得到字符的ASCII码)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 /**//// 2 /// 检验日期格式是否正确 3 /// 4 public string IsDateFormat(string s...
阅读全文
posted @ 2006-12-08 14:12 骑人的驴
阅读(537)
评论(0)
推荐(0)