string date = "30/07:2012 15:54:22"; DateTime time; DateTime.TryParse(date, out time); string s = string.Format("select * from customers ...
確定! 回上一頁