최신 웹 개발 튜토리얼
 

VBScript를 이제 기능


<전체 VBScript를 참조

지금 기능은 컴퓨터의 시스템 날짜와 시간의 설정에 따라 현재 날짜와 시간을 반환합니다.

통사론

Now

<%

response.write("The current system date and time is: ")
response.write(Now)

%>

코드의 출력은 위의 것입니다 :

The current system date and time is: 5/4/2016 8:37:26 AM
표시 예»

<전체 VBScript를 참조