.NET Logo
Welcome Guest Search | Active Topics | Members | Log In | Register

convert datetime Options · View
intel
Posted: Tuesday, September 16, 2008 5:12:52 PM
Rank: มือฝึกหัด
Groups: Member

Joined: 9/11/2008
Posts: 5

จะ convert พ.ศ ให้เป็น ค.ศ ไม่ทราบว่าทำไงหรอค่ะ เคยเขียนแบบนี้ค่ะแต่พอ insert ลงฐานข้อมูลปีมันไม่ถูกต้องค่ะ

Textdate.Text = DateTime.Now.ToShortDateString();
 tmpDatepage = Convert.ToDateTime(Textdate.Text).ToString("MM/dd/yyyy");
 System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-US");
 dtpage = Convert.ToDateTime(tmpDatepage);
 

nuttaponp
Posted: Tuesday, September 16, 2008 6:12:53 PM
Rank: มือพระกาฬ
Groups: Member

Joined: 9/9/2008
Posts: 62


ลองแบบของผมดูนะครับ กำหนด 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 ได้เลย

 

intel
Posted: Thursday, September 18, 2008 2:01:32 PM
Rank: มือฝึกหัด
Groups: Member

Joined: 9/11/2008
Posts: 5

ขอบคุณมากเลยนะค่ะได้จริงๆด้วย อิอิ

ขอบคุณมากๆๆๆๆๆๆๆเก่งจังเลยค่ะ

Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.


Sponsored by