|
|
|
ช่วยหน่อยครับเรื่อง Datetime ของ Sql server บันทึกลงได้แล้วแต่ ปีมันเพี้ยนมาก ๆ ครับ ตามรูป |
|
|
|
|
|
|
|
Code insert
Code (VB.NET)
Dim strselectinsert As String = "insert into Disbursement (Disbursement_ID,StaffID,Disbursement_Date,Product_ID,Product_Name,Product_Unit,Disbursement_Use) values ('" + Disbursement_IDTextBox.Text + "','" + StaffIDComboBox.Text + "','" + DateValue(Disbursement_DateDateTimePicker.Value) + "','" + Product_IDComboBox.Text + "','" + Product_NameTextBox.Text + "','" + Product_UnitTextBox.Text + "','" + Disbursement_UseTextBox.Text + "')"
Tag : .NET, VS 2010 (.NET 4.x)
|
ประวัติการแก้ไข 2012-05-24 12:08:15
|
|
|
|
|
Date :
2012-05-24 11:01:14 |
By :
billkyz5 |
View :
1630 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใด้แล้วครับผมCode (VB.NET)
Dim strMonthDay As String
Dim strYear As String
Dim styMonthDayYear As String
strYear = Format(Disbursement_DateDateTimePicker.Value, "yyyy") - 543 ' จะได้ ปี ค.ศ. = ปี พ.ศ. - 543
strMonthDay = Format(Disbursement_DateDateTimePicker.Value, "MM/dd") ' จะได้ ค่า เดือน และวันที่
styMonthDayYear = strMonthDay & "/" & strYear ' เอาค่ามาต่อกัน
Disbursement_DateDateTimePicker.Value = styMonthDayYear
|
|
|
|
|
Date :
2012-05-24 13:48:41 |
By :
billkyz5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use system.globalization.cultureinfo better than minus with 543
|
|
|
|
|
Date :
2012-05-24 14:54:22 |
By :
พี่หมี |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|