Latest web development tutorials

ฟังก์ชั่น VBScript เวลา

VBScript อ้างอิง อ้างอิง VBScript สมบูรณ์

ฟังก์ชั่นเวลากลับเวลาของระบบปัจจุบัน

ไวยากรณ์

Time

ตัวอย่าง

ตัวอย่าง (เฉพาะ IE)

<script type="text/vbscript">

document.write("The current system time is: ")
document.write(Time)

</script>

ตัวอย่างของการส่งออกดังกล่าวข้างต้น:

document.write("The current system time is: ") document.write(Time)

ลอง»


VBScript อ้างอิง อ้างอิง VBScript สมบูรณ์