|
|
|
อยากทราบวิธีการอ้างฟังก์ชั่น จาวาสคริปต์ใน php ต้องอ้างฟังก์ชัน ยังไงหรอคะ หนูไม่เคยอ้างเลยค่ะ พี่ ๆ ช่วยตอบ หนูทีนะคะ |
|
|
|
|
|
|
|
ปัญหาระบบเดิมในการใช้ปฏิทินเป็นแบบนี้อ่ะค่ะ
<?
$today=date("d")+0;
$month=date("m")+0;
$year_this=date("Y")+543;
$month_array=array("เดือน","มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤจิกายน","ธันวาคม");
?>
คืออาจารย์ให้เปลี่ยนใช้จาวาสคริปต์อ้างในการเข้าถึงปฏิทิน โดยปัญหาคือ ไม่ทราบว่าจะอ้างฟังก์ชั่นในโค้ด php ยังไง
โดยมีฟังก์ชัน ดังนี้เ
function show_calendar(str_target, str_datetime)
และ
// datetime parsing and formatting routimes. modify them if you wish other datetime format
function str2dt (str_datetime)
function dt2dtstr (dt_datetime)
function dt2tmstr (dt_datetime)
พี่ๆ ผู้รู้ช่วยตอบคำถามหนูหน่อยนะคะ หนูต้องการคำตอบจริง ๆ ค่ะ
Tag : PHP
|
|
|
|
|
|
Date :
2010-08-19 11:59:13 |
By :
donut_111 |
View :
886 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สามารถแทรก php ใน javascript ได้เลยน่ะครับ
javascirpt
<script language="JavaScript">
alert('<?=date("Ymd");?>');
</script>
|
|
|
|
|
Date :
2010-08-19 13:03:30 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|