{ static void Main(string[] args) { string strDate; DateTime dtDate; // Convert.ToDateTime strDate = "13-05-01"; strDate = "2013-05-01"; ...
確定! 回上一頁