ตั้งค่าการอ่าน

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    {Code 4 you ID.}1™

    ลำดับตอนที่ #44 : ::; C o D e น า ฬิ ก า แ ส ด ง เ ว ล า แ บ บ D i g i t a l ;::

    • อัปเดตล่าสุด 27 ต.ค. 50


    <DIV align=center id=Clock

    style="COLOR: สีของตัวเลข; FONT-FAMILY: Verdana; FONT-

    SIZE: 40px"> </DIV>
    <script language="javascript">
    function tick() {
    var hours, minutes, seconds, ap;
    var intHours, intMinutes, intSeconds;
    var today;
    today = new Date();
    intHours = today.getHours();
    intMinutes = today.getMinutes();
    intSeconds = today.getSeconds();
    if (intHours == 0) {
    hours = "12:";
    ap = "Midnight";
    } else if (intHours < 12) {
    hours = intHours+":";
    ap = "A.M.";
    } else if (intHours == 12) {
    hours = "12:";
    ap = "Noon";
    } else {
    intHours = intHours - 12
    hours = intHours + ":";
    ap = "P.M.";
    }
    if (intMinutes < 10) {
    minutes = "0"+intMinutes+":";
    } else {
    minutes = intMinutes+":";
    }
    if (intSeconds < 10) {
    seconds = "0"+intSeconds+" ";
    } else {
    seconds = intSeconds+" ";
    }
    timeString = hours+minutes+seconds+ap;
    Clock.innerHTML = timeString;
    window.setTimeout("tick();", 100);
    }
    window.onload = tick;
    </script>

    ติดตามเรื่องนี้
    เก็บเข้าคอลเล็กชัน

    ผู้อ่านนิยมอ่านต่อ ดูทั้งหมด

    loading
    กำลังโหลด...

    อีบุ๊ก ดูทั้งหมด

    loading
    กำลังโหลด...

    ความคิดเห็น

    ×