摘要:
DateTimeFormatInfo pattern = new DateTimeFormatInfo() { ShortDatePattern = "your date pattern" }; DateTime date = Convert.ToDateTime("your date string",pattern);This method can convert any valid date string to a DateTime. 阅读全文
posted @ 2013-05-20 11:21
Vincent.Dr
阅读(159)
评论(0)
推荐(0)

浙公网安备 33010602011771号