<script>
// Column names must be identical to the actual column names in the database, if you dont want to reveal the column names, you can map them with the different names at the server side.
var columns = new Array("fname","lname");
var placeholder = new Array("วัน/เดือน/ปี","จำนวนเงิน","");
var inputType = new Array("text","text");
var table = "tableDemo";
var selectOpt = new Array("100","90","80","70","60","50","40","30","20","10","0");;
// Set button class names
var savebutton = "ajaxSave";
var deletebutton = "ajaxDelete";
var editbutton = "ajaxEdit";
var updatebutton = "ajaxUpdate";
var cancelbutton = "cancel";
var saveImage = "images/save.png"
var editImage = "images/edit.png"
var deleteImage = "images/remove.png"
var cancelImage = "images/back.png"
var updateImage = "images/save.png"
// Set highlight animation delay (higher the value longer will be the animation)
var saveAnimationDelay = 3000;
var deleteAnimationDelay = 1000;
// 2 effects available available 1) slide 2) flash
var effect = "flash";
</script>
ผมจะเปลี่ยนให้ใส่เป็นวันที่อ่ะคับ DATE จะต้องเปลี่ยนโดยใช้คำสั่งแบบไหนเหรอคับ
<script>
// Column names must be identical to the actual column names in the database, if you dont want to reveal the column names, you can map them with the different names at the server side.
var columns = new Array("fname","lname");
var placeholder = new Array("วัน/เดือน/ปี","จำนวนเงิน","");
var inputType = new Array("text","text");
var table = "tableDemo";
var selectOpt = new Array("100","90","80","70","60","50","40","30","20","10","0");;
// Set button class names
var savebutton = "ajaxSave";
var deletebutton = "ajaxDelete";
var editbutton = "ajaxEdit";
var updatebutton = "ajaxUpdate";
var cancelbutton = "cancel";
var saveImage = "images/save.png"
var editImage = "images/edit.png"
var deleteImage = "images/remove.png"
var cancelImage = "images/back.png"
var updateImage = "images/save.png"
// Set highlight animation delay (higher the value longer will be the animation)
var saveAnimationDelay = 3000;
var deleteAnimationDelay = 1000;
// 2 effects available available 1) slide 2) flash
var effect = "flash";
</script>