|
|
|
ปฏิทิน ทำไมย้อนกลับ ไป ธันวาคม ปีที่แล้วไม่ได้ โค้ดผิดตรงไหนครับ ช่วยด้วย |
|
|
|
|
|
|
|
Code (PHP)
<?
$a= date(j); // , 1 to 31
$b = date(a); // am,
$c = date(A); // AM,
$d = date(B); // Swatch Internet time 000 -999
$e = date(d); // , 01 to 31
$f = date(D); // , sat
$g = date(F); // , November
$h = date(g); // , 1 through 12
$hh = date(G); // , 0 through 23
$i = date(h); // , 01 through 12
$j = date(H); // , 00 through 23
$k = date(i); // , 00 to 59
$l = date(I); // 0, 1 if Daylight Savings Time, 0 otherwise.
$m = date(l); // , Sunday through Saturday
$n = date(L); // 0, 1 if it is a leap year, 0 otherwise.
$o = date(m); // , 01 through 12
$p = date(M); // , Jan through Dec
$q = date(n); // , 1 through 12
$r = date(o); // Example: +0200
$s = date(r); // Example: Thu, 21 Dec 2000 16:01:07 +0200
$t = date(s); // 00 through 59
$u = date(S); // st, nd, rd or th. Works well with j
$v = date(t); // 28 through 31
$w = date(T); // time zoneseting Examples: EST, MDT ...
$x = date(u); // See also time()
$y = date(w); // 0 (for Sunday) through 6 (for Saturday)
$z = date(W); // Example: 42 (the 42nd week in the year)
$aa = date(y); // Examples: 99 or 03
$bb = date(Y); // Examples: 1999 or 2003
$cc = date(z);
$dd = date(Z);
if(!$mon){
$mon = $o ;
}else{
$mon = $mon ;
}
if(!$year){
$year = $bb ;
}else{
$year = $year;
}
$firstday = mktime(0,0,0,$mon,1,$bb);
$firstdays = date('w',$firstday);
$lastdays = date('t',$firstday);
$year_view = date('Y',$firstday);
$mon_view = date('m',$firstday);
$year_view2 = $year_view+543;
if ($mon_view == "01")
{
$mon_view2 = มกราคม ;
}
elseif ($mon_view == "02")
{
$mon_view2 = กุมภาพันธ์ ;
}
elseif ($mon_view == "03")
{
$mon_view2 = มีนาคม ;
}
elseif ($mon_view == "04")
{
$mon_view2 = เมษายน ;
}
elseif ($mon_view == "05")
{
$mon_view2 = พฤษภาคม ;
}
elseif ($mon_view == "06")
{
$mon_view2 = มิถุนายน ;
}
elseif ($mon_view == "07")
{
$mon_view2 = กรกฎาคม ;
}
elseif ($mon_view == "08")
{
$mon_view2 = สิงหาคม ;
}
elseif ($mon_view == "09")
{
$mon_view2 = กันยายน ;
}
elseif ($mon_view == "10")
{
$mon_view2 = ตุลาคม ;
}
elseif ($mon_view == "11")
{
$mon_view2 = พฤศจิกายน ;
}
elseif ($mon_view == "12")
{
$mon_view2 = ธันวาคม ;
}
else
{
echo" a Not OK ";
}
echo"
<script>
function d_s( su , mnp){
if(mnp == 'm'){
document.dat_form.mon.value = su - 1 ;
}else{
document.dat_form.mon.value = su + 1 ;
}
document.dat_form.submit();
}
</script>
<form name=dat_form action='$PHP_SELF' method=post>
<input type=hidden name=mon value=''>
<table border=1 width=250 cellpadding=0 cellspacing=0 bordercolor=#999999>
<tr bgcolor=pink>
<td colspan=7 align=center><a href=\"javascript:d_s($mon,'m')\"><-</a> $mon_view2 $year_view2 <a href=\"javascript:d_s($mon,'p')\">-></a></td>
</tr>
</form>
<tr align=center> <td width='10%'><font color=red>อา</a></td> <td width='10%'>จ</td> <td width='10%'>อ</td> <td width='10%'>พ</td> <td width='10%'>
พฤ</td> <td width='10%'>ศ</td> <td width='10%'><font color=blue>ส</font></td></tr>
<tr align=right>";
////
for($i = 0; $i < 7 ; $i++){
if($firstdays == $i){
break;
}
else{
echo"<td width=20> </td>";
}
$week++;
}
for($i=1; $i<=$lastdays ;$i++){
if($week % 7 == 0){
echo"</tr><tr align=right>";
}
if($a == $i){
$bgcolor = "bgcolor=pink";
}else{
$bgcolor = '';
}
if($week%7==0){
echo"<td $bgcolor><font size=2 color=red>$i</font></td>";
}else if($week%7==6){
echo"<td $bgcolor><font size=2 color=blue>$i</font></td>";
}else{ //
echo"<td $bgcolor><font size=2><a href=\"patient_view_dek2.php?torn_d=$i&torn_m=$mon_view&torn_y=$year_view2\">$i</a></font></td>";
}
$week++;
}
while($week%7!=0){
echo"<td> </td>";
$week++;
}
echo"</tr>
</table>
";
?>
Tag : PHP, JavaScript
|
|
|
|
|
|
Date :
2012-01-29 11:14:28 |
By :
item170 |
View :
1076 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คุณน่าจะ debug ดูค่ามันได้น่ะครับ
|
|
|
|
|
Date :
2012-01-29 18:45:20 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หลายวันแล้ว แก้ไม่ได้จริง
|
|
|
|
|
Date :
2012-02-13 14:20:39 |
By :
item170 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เปลี่ยนจาก
if(!$mon){
$mon = $o ;
}else{
$mon = $mon ;
เป็น
if( $mon =='' ){
$mon = $o ;
}else{
$mon = $mon;
}
ดูครับ
|
ประวัติการแก้ไข 2012-02-13 14:41:27
|
|
|
|
Date :
2012-02-13 14:35:40 |
By :
ไวยวิทย์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|