2013年5月9日
摘要: /// <summary> /// 将日期字符串转换为日期类型 /// </summary> /// <param name="strDateTime">形如"2012年5月14日"的日期字符串</param> private DateTime ParseDateTime(string strDateTime) { ////Like: string strDateTime = "2012年5月14日"; DateTime dateTime; i... 阅读全文
posted @ 2013-05-09 14:15 Lucien.Bao 阅读(654) 评论(0) 推荐(0) 编辑