Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- WML
- 이미지가로길이
- VarType
- xmldom
- ERD
- jdbc driver
- 한글입력체크
- instr
- asp함수
- VARIABLE
- 인젝션
- 이미지세로길이
- array
- wap
- SPLIT
- 자바기초
- javascript 한글입력체크
- sql랭킹
- join
- injection
- MSSQL보안
- sql순위
- FileSystemObject
- tempDB
- inner join
- update
- 정규식
- XML
- JavaScript
- sql업데이트
Archives
- Today
- Total
목록날짜계산 (1)
3초기억력
JavaScript - 날짜 검색시 유용한 팁
시작일 : Start_Date, 2009-01-01 종료일 : End_Date, 2009-01-31 function SearchCheck(){ if(Document.SearchForm.Start_Date.value.length !=10){ alert("10자리의 날짜를 입력하셔야 합니다."); Document.SearchForm.Start_Date.focus(); return ; } if(Document.SearchForm.End_Date.value.length !=10){ alert("10자리의 날짜를 입력하셔야 합니다."); Document.SearchForm.End_Date.focus(); return ; } var s_str = Document.SearchForm.Star_Date.value; v..
플밍_기타
2009. 2. 4. 15:12