摘要: 1 取值后格式化 {0:d}小型:如2005-5-6 {0:D}大型:如2005年5月6日 {0:f}完整型 2 当前时间获取 DateTime.Now.ToShortDateString 3 取值中格式化 SQL Server里面可能经常会用到的日期格式转换方法: sql server使用conv... 阅读全文
posted @ 2015-06-03 21:56 King、黑崽 阅读(838) 评论(0) 推荐(0) 编辑