|
|
|
วันเวลาแบบไทย ๆ มั่วหรือเปล่าวะ ลองแล้วไม่เห็นมันจะออกเป็นเดือนไทยเลย |
|
|
|
|
|
|
|
Server ของคุณอยู่ในเมื่องไทยหรือเปล่าอะครับ
กรุณาสุภาพหน่อยอะครับ
|
|
|
|
|
Date :
6 May 2546 13:14:57 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันก็ไอยู่นี่ครับ ผมยังลองแล้ว เลย
|
|
|
|
|
Date :
4 เม.ย. 2551 13:19:35 |
By :
คนใช้แล้ว |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (ASP)
<%
Function DateThai(strDate)
Setlocale("en-us")
Dim strDay,strMonth,strYear,strHour,strMinute,strSecond
Dim arrMonth
strDay = Day(strDate)
strMonth = Month(strDate)
strYear = Year(strDate)
strHour = Hour(strDate)
strMinute = Minute(strDate)
strSecond = Second(strDate)
arrMonth = Array("ม.ค","ก.พ","มี.ค","เม.ษ","พ.ค","มิ.ย","ก.ค","ส.ค","ก.ย","ต.ค","พ.ย","ธ.ค")
DateThai = strDay &" "&arrMonth(strMonth-1) &" "&strYear &" "&strHour &":"&strMinute &":"&strSecond
End Function
Response.write DateThai("09/09/2008 15:16:17")
%>
Go to : ASP/VBScript DateThai()
|
|
|
|
|
Date :
2011-05-28 08:19:39 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|