<VBScript Referensi Lengkap
Sekarang fungsi mengembalikan tanggal dan waktu sesuai dengan pengaturan dari tanggal sistem komputer Anda dan waktu.
Sintaksis
Now
Contoh
Contoh
<%
response.write("The current system date and time is: ")
response.write(Now)
%>
Output dari kode di atas akan menjadi:
The current system date and time is: 5/4/2016 8:37:26 AM
Tampilkan Contoh » <VBScript Referensi Lengkap