กลับหน้าหลัก
แสดงวันที่ปัจจุบัน ค.ศ.
( 13-01-2025 )
( 13/01/2025)
( 2025-01-13)


$today_D = date("d-m-Y");
$today_D1 = date("d/m/Y");
$today_Y = date("Y-m-d");
เปลี่ยน ค.ศ. เป็น พ.ศ.
( 13-01-2568)

list($tday1, $tmonth1, $tyear1 )=explode("-",$today_D);
$tyear2=($tyear1+543);
$today1=$tday1."-".$tmonth1."-".$tyear2;
การส่งค่า extract($_POST);
extract($_GET);
extract($_REQUEST);
ตัวแปรแสดงค่า @session_start();
$month[1]="มกราคม";
$month[2]="กุมภาพันธ์";
$month[3]="มีนาคม";
$month[4]="เมษายน";
$month[5]="พฤษภาคม";
$month[6]="มิถุนายน";
$month[7]="กรกฎาคม";
$month[8]="สิงหาคม";
$month[9]="กันยายน";
$month[10]="ตุลาคม";
$month[11]="พฤศจิกายน";
$month[12]="ธันวาคม";
   

ทดลองเดือนถ้าเกิน 12 ให้เริ่มปีถัดไป
เลือกเดือน
เพิ่มกี่เดือน
เท่ากับ เดือน() ปี + เพิ่ม เดือน = ค่าที่ได้ ( 0 ) ถ้าเกิน 12 ให้ลบออกได้เดือน( 0) แสดงอักษร ( )
 
  Code
==========
<form action="<?=$_SERVER['SCRIPT_NAME'];?>" method="post" name="frmSearch" id="frmSearch">
<table width="100%" border="0" align="center" cellpadding="2" cellspacing="2">
<tr>
<td width="16%" align="right"><font color="#0000FF">เลือกเดือน </font></td>
<td width="84%"><select name="ddlSelect" id="ddlSelect">
<option>เลือก </option>
<option value="1" <?if($_POST["ddlSelect"]=="1"){echo"selected";}?>><?=$month[1]?></option>
<option value="2" <?if($_POST["ddlSelect"]=="2"){echo"selected";}?>><?=$month[2]?></option>
<option value="3" <?if($_POST["ddlSelect"]=="3"){echo"selected";}?>><?=$month[3]?></option>
<option value="4" <?if($_POST["ddlSelect"]=="4"){echo"selected";}?>><?=$month[4]?></option>
<option value="5" <?if($_POST["ddlSelect"]=="5"){echo"selected";}?>><?=$month[5]?></option>
<option value="6" <?if($_POST["ddlSelect"]=="6"){echo"selected";}?>><?=$month[6]?></option>
<option value="7" <?if($_POST["ddlSelect"]=="7"){echo"selected";}?>><?=$month[7]?></option>
<option value="8" <?if($_POST["ddlSelect"]=="8"){echo"selected";}?>><?=$month[8]?></option>
<option value="9" <?if($_POST["ddlSelect"]=="9"){echo"selected";}?>><?=$month[9]?></option>
<option value="10" <?if($_POST["ddlSelect"]=="10"){echo"selected";}?>><?=$month[10]?></option>
<option value="11" <?if($_POST["ddlSelect"]=="11"){echo"selected";}?>><?=$month[11]?></option>
<option value="12" <?if($_POST["ddlSelect"]=="12"){echo"selected";}?>><?=$month[12]?></option>
</select>
<select name="yylSelect" id="yylSelect">
<option value="2557" <?if($_POST["yylSelect"]=="2557"){echo"selected";}?>>2557</option>
<option value="2558" <?if($_POST["yylSelect"]=="2558"){echo"selected";}?>>2558</option>
<option value="2559" <?if($_POST["yylSelect"]=="2559"){echo"selected";}?>>2559</option>
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">เพิ่มกี่เดือน</font></td>
<td>
<input name="txtKeyword" size="10" type="text" id="txtKeyword" value="<?=$_POST["txtKeyword"];?>" /></td>
</tr>
<tr>
<td align="right">เท่ากับ</td>
<td><font color="#0000FF">เดือน(<?=$_POST["ddlSelect"]?>) ปี <?=$_POST["yylSelect"]?></font>+
<font color="#FF0000">
เพิ่ม<?=$_POST["txtKeyword"]?> เดือน
<?php
$m=$_POST["ddlSelect"]+$_POST["txtKeyword"];
$y=$_POST["yylSelect"];
if($m>='13')
{
$m1=($m-12);
$y1=$y+1;
}
else
{
$m1=$m;
$y1=$y;
}
?>
</font>=
ค่าที่ได้ ( <?=$m?> ) <font color="#FF00FF">ถ้าเกิน 12 ให้ลบออกได้เดือน(
<?=$m1?>
)</font> แสดงอักษร (
<?=$month[$m1]?>
)
<?=$y1?></td>
</tr>
<tr>
<td align="right">&nbsp;</td>
<td><input name="submit2" type="submit" value="OK" /></td>
</tr>
</table>
<label></label>
<br />
</form>


<script language="JavaScript" type="text/javascript">
function HideOther1(){
if(document.getElementById("return_event").value=="อื่นๆ"){
document.getElementById("Hide_return_event").style.display="inline";
document.getElementById("return_event_Etc1").focus();
}else{
document.getElementById("Hide_return_event").style.display="none";
document.getElementById("return_event_Etc1").value="";
}
}
</script>

<select name="return_event" id="return_event" onchange="HideOther1();">
<option value="" selected="selected">=เลือก=</option>
<option value="เด็กกลับมาเอง" >เด็กกลับมาเอง</option>
<option value="มีผู้นำตัวมาส่ง">มีผู้นำตัวมาส่ง</option>
<option value="ตามจับตัวได้" >ตามจับตัวได้</option>
<option value="กลับมาด้วยคดีใหม่" >กลับมาด้วยคดีใหม่</option>
<option value="อื่นๆ" >อื่นๆ</option>
</select>
<span id="Hide_return_event" style="display:none"> <input name="return_event_Etc1" type="text" size="20" id="return_event_Etc1"/></span>

คำนำหน้าชื่อ
นาย
นาง
นางสาว
อื่นๆ

<script language="JavaScript" type="text/javascript">
function HideOther2(){
var p1=document.getElementById("preNames1");
var p2=document.getElementById("preNames2");
var p3=document.getElementById("preNames3");
var p4=document.getElementById("preNames4");
var hid2=document.getElementById("Hide2");
var n2a=document.getElementById("Name2a");

if(p1.checked==true || p2.checked==true || p3.checked==true){
hid2.style.display="none";
n2a.value="";
}
if(p4.checked==true){
hid2.style.display="inline";
n2a.focus();
}
}
</script>



<input type="radio" name="Name2" value="นาย" id="preNames1" onclick="HideOther2();"/> นาย
<input type="radio" name="Name2" value="นาง" id="preNames2" onclick="HideOther2();" /> นาง
<input type="radio" name="Name2" value="นางสาว" id="preNames3" onclick="HideOther2();" /> นางสาว
<input type="radio" name="Name2" value="อื่นๆ" id="preNames4" onclick="HideOther2();"/> อื่นๆ

<span id="Hide2" style="display:none"> ระบุ <input name="Name2a" type="text" size="20" id="Name2a"/>
</span>



วันที่ เดือน พ.ศ.

<?php
@session_start();
$month[1]="มกราคม";
$month[2]="กุมภาพันธ์";
$month[3]="มีนาคม";
$month[4]="เมษายน";
$month[5]="พฤษภาคม";
$month[6]="มิถุนายน";
$month[7]="กรกฎาคม";
$month[8]="สิงหาคม";
$month[9]="กันยายน";
$month[10]="ตุลาคม";
$month[11]="พฤศจิกายน";
$month[12]="ธันวาคม";
?>

วันที่ <select name="date_addD" id="date_addD" >
<?
for($i=1;$i<=31;$i++){
if($i<10)
$val="0".$i;
else
$val=$i;
?>
<option value="<?=$val ?>">
<?=$i ?>
</option>
<? } ?>
</select> เดือน<select name="date_addM" id="date_addM" >
<?
for($i=1;$i<=12;$i++){
if($i<10)
$val="0".$i;
else
$val=$i;
?>
<option value="<?=$val ?>">
<?=$month[$i] ?>
</option>
<? } ?>
</select> พ.ศ.<select name="date_addY" id="date_addY" >
<?
for($i=2557;$i<=2560;$i++){
?>
<option value="<?=$i ?>">
<?=$i ?>
</option>
<? } ?>
</select>


กรณีเอาไปลงฐานข้อมูล สร้างตัวแปรใหม่ เป็น
$date_add=$date_addD."-".$date_addM."-".$date_addY;

 


วันที่อีกแบบ java

<script src="datetime_yo.js" type="text/javascript"></script>
<input name="date_add" type="text" id="date_add" value="" size="10" maxlength="12" readonly="readonly" onclick="NewCssCal('date_add');"/>

command
solaris
command to check cpu usage in solaris
$ prstat -s cpu -n 5  
  รูปแบบการทำงานของ if
if(เงื่อนไข)
{
กลุ่มคำสั่งที่จะถูกประมวลผล เมื่อเงื่อนไขมีค่าเป็น true
}
---------------------------------------------
รูปแบบการทำงานของ if..else
if(เงื่อนไข)
{
กลุ่มคำสั่งที่จะถูกประมวลผล เมื่อเงื่อนไขมีค่าเป็น true
}
else
{
กลุ่มคำสั่งที่จะถูกประมวลผล เมื่อเงื่อนไขมีค่าเป็น false
}
---------------------------------------------
รูปแบบการทำงานของ if...elseif...else
if(เงื่อนไข)
{
กลุ่มคำสั่งที่จะประมวลผล เมื่อเงื่อนไข if มีค่าเป็นจริง
}
elseif(เงื่อนไข)
{
กลุ่มคำสั่งที่จะประมวลผล เมื่อเงื่อนไข else if มีค่าเป็นจริง
}
else
{
กลุ่มคำสั่งที่จะประมวลผล เมื่อเงื่อนไขก่อนหน้านี้เป็นเท็จทั้งหมด
}