728x90
반응형
View단을 처리하다 보면
웹에서 서버시간을 가져와야 할 때가 있다. OTP로 2차인증을 할 경우?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Server date/time</title>
<script language="javascript" src="serverDate.js"></script>
</head>
<script language="javascript">
var localTime = new Date();
document.write("Local machine time is: " + localTime + "<br>");
document.write("Server time is: " + date);
</script>
<body>
</body>
d
https://gocoder.tistory.com/101
출처: https://gocoder.tistory.com/101 [고코더 IT Express]
반응형
댓글