서버시간 알아내기
var xmlHttp;
function srvTime(){
if (window.XMLHttpRequest) {//분기하지 않으면 IE에서만 작동된다.
xmlHttp = new XMLHttpRequest(); // IE 7.0 이상, 크롬, 파이어폭스 등
xmlHttp.open('HEAD',window.location.href.toString(),false);
xmlHttp.setRequestHeader("Content-Type", "text/html");
xmlHttp.send('');
return xmlHttp.getResponseHeader("Date");
}else if (window.ActiveXObject) {
xmlHttp = new ActiveXObject('Msxml2.XMLHTTP');
xmlHttp.open('HEAD',window.location.href.toString(),false);
xmlHttp.setRequestHeader("Content-Type", "text/html");
xmlHttp.send('');
return xmlHttp.getResponseHeader("Date");
}
}
var st = srvTime();
var today = new Date(st);
게시판 목록
토크
개발과 관련된 어떤 얘기도 괜찮습니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 3390 | 13년 전 | 2263 | ||
| 3389 | 13년 전 | 1660 | ||
| 3388 | 13년 전 | 2484 | ||
| 3387 | 13년 전 | 2424 | ||
| 3386 | 13년 전 | 2125 | ||
| 3385 | 13년 전 | 1887 | ||
| 3384 | 13년 전 | 1386 | ||
| 3383 | 13년 전 | 1840 | ||
| 3382 |
|
14년 전 | 3835 | |
| 3381 | 14년 전 | 2058 | ||
| 3380 | 14년 전 | 1415 | ||
| 3379 | 14년 전 | 2485 | ||
| 3378 |
|
14년 전 | 1176 | |
| 3377 | 14년 전 | 1334 | ||
| 3376 | 14년 전 | 1467 | ||
| 3375 | 14년 전 | 3176 | ||
| 3374 | 14년 전 | 1531 | ||
| 3373 | 14년 전 | 1418 | ||
| 3372 |
|
14년 전 | 1630 | |
| 3371 |
|
14년 전 | 2121 | |
| 3370 |
내꿈은대통령
|
14년 전 | 1608 | |
| 3369 | 14년 전 | 1434 | ||
| 3368 | 14년 전 | 1643 | ||
| 3367 | 14년 전 | 1642 | ||
| 3366 | 14년 전 | 1785 | ||
| 3365 |
TzM위드컴
|
14년 전 | 1443 | |
| 3364 | 14년 전 | 1472 | ||
| 3363 | 14년 전 | 1723 | ||
| 3362 | 9년 전 | 804 | ||
| 3361 |
|
9년 전 | 879 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기