<?php function date_short_number($date){ $time=strtotime($date); $thai_date_return.=date("d",$time); $thai_date_return.="/".date("m",$time); $thai_date_return.= "/".substr((date("Y",$time)+543),-4); return $thai_date_return; } ?>
<?php echo date_short_number($row["cm_end"]);?>
<?php function date_short_number($date){ if(empty($date) || ($date=='00-00-0000')){ return '-'; } else { $time=strtotime($date); $thai_date_return.=date("d",$time); $thai_date_return.="/".date("m",$time); $thai_date_return.= "/".substr((date("Y",$time)+543),-4); return $thai_date_return; } } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง