JSP 메모
페이지
JSP
MySql
Linux
Util
Movie
日本語
2013년 4월 24일 수요일
[ Javascript ] 날짜 취득
날짜 취득 샘플
<SCRIPT language="JavaScript">
DD = new Date();
Year = DD.getYear();
Month = DD.getMonth() + 1;
Day = DD.getDate();
document.write(Year,"년",Month,"월",Day,"일");
</SCRIPT>
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기