ลองแบบของผมดูนะครับ กำหนด CurrentCulture ให้เป็นไทยก่อน
System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("th-TH", false);
Textdate.Text = DateTime.Now.ToShortDateString();
DateTime tempDate = Convert.ToDateTime(Textdate.Text);
System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US", false);
//เพิ่ม tempDate เข้า Database ได้เลย