|
|
|
รับข้อมูล date เข้าฐานข้อมูลไม่ได้ครับ ลอง echo ตัวแปล มาดูก้อ ออกมา แต่ฐานข้อมูลยังเป็น 0000-00-00 |
|
|
|
|
|
|
|
อันนี้คือ ข้อมูล ตอน echo ตัวแปลคับ 2012-5-2
|
|
|
|
|
Date :
2012-05-02 14:55:55 |
By :
GUNdum |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php
function DateThai($strDate) { $strYear = date("Y",strtotime($strDate))+543; $strMonth= date("n",strtotime($strDate)); $strDay= date("j",strtotime($strDate)); $strHour= date("H",strtotime($strDate)); $strMinute= date("i",strtotime($strDate)); $strSeconds= date("s",strtotime($strDate)); $strMonthCut = Array("","ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."); $strMonthThai=$strMonthCut[$strMonth]; return "$strDay $strMonthThai $strYear, $strHour:$strMinute"; } $strDate = "2008-08-14 13:42:44"; echo "ThaiCreate.Com Time now : ".DateThai($strDate);
?>
ประยุกต์ใช้ได้ไหม
|
|
|
|
|
Date :
2012-05-02 15:07:32 |
By :
keng_ds |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เคยลองใช้อยู่นะคับ แต่งงๆ เลยเอาแบบ ค่า ตัวเลข ตรงๆเลย แล้วตอนคิวรี่ ค่อยใช้ datethai
|
|
|
|
|
Date :
2012-05-02 15:09:55 |
By :
GUNdum |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$sql .= "('".$_POST["id_project"]."','".$_POST["todate"]."')";
$_POST["todate"] or $todate ???
|
|
|
|
|
Date :
2012-05-02 15:15:58 |
By :
rootElement@kmutnb |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
$day=$_REQUEST['day']
$month=$_REQUEST['month']
$year=$_REQUEST['year']
$toDay=mktime($month,$day,$year);
$day=date("Y-m-d ",$toDay);
ลองดูครับ
|
|
|
|
|
Date :
2012-05-02 15:20:49 |
By :
showroom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ฮ่าา ได้ละครับขอบคุณมากคับ ไม่รู้จริงๆ
|
|
|
|
|
Date :
2012-05-02 15:24:13 |
By :
GUNdum |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|