Tuesday, November 8, 2011

PHP Function convert number to thai month


function toThaiMonth($id){
    $thai=array("","มกราคม","กุมภาพันธ์ ","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม");
    return $thai[$id];
}
$id=4; // เปลี่ยนตัวเลขเดือนตรงนี้
echo toThaiMonth($id);

อ้างอิง



No comments:

Post a Comment

Popular Posts