VBScript Now 기능


❮ 완전한 VBScript 참조

Now 함수는 컴퓨터 시스템 날짜 및 시간 설정에 따라 현재 날짜 및 시간을 반환합니다.

통사론

Now

예시

예시

<%

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

%>

위 코드의 출력은 다음과 같습니다.

The current system date and time is: 1/29/2022 3:55:01 PM

❮ 완전한 VBScript 참조