write.skin.php 상단에 추가
[code]
include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php');
[/code]
write.skin.php 상단에 추가
[code]
<script>
$(function(){ //달력
$("#wr_1").datepicker({changeMonth: true, changeYear: true, dateFormat: "yy-mm-dd", showButtonPanel: true, yearRange: "c-99:c+99", maxDate: "+3650d"});
});
$(function(){ //달력
$("#wr_2").datepicker({changeMonth: true, changeYear: true, dateFormat: "yy-mm-dd", showButtonPanel: true, yearRange: "c-99:c+99", maxDate: "+3650d"});
});
</script>
[/code]
write.skin.php 원하는 위치에 추가
[code]
<div class="write_div">
시작 <input type="text" name="wr_1" value="<?php echo $wr_1 ?>" id="wr_1" class="frm_input" size="10" required placeholder="시작 날짜">
마감 <input type="text" name="wr_2" value="<?php echo $wr_2 ?>" id="wr_2" class="frm_input" size="10" required placeholder="마감 날짜">
</div>
[/code]
다들 아시겠지만 혹 모르시는분을 위해 남겨봅니다^^;
댓글 15개
게시글 목록
| 번호 | 제목 |
|---|---|
| 19430 | |
| 19420 | |
| 19398 | |
| 19387 | |
| 19379 | |
| 19371 | |
| 19358 | |
| 19354 | |
| 19345 | |
| 19343 | |
| 19330 | |
| 19322 | |
| 19303 | |
| 19296 | |
| 19283 | |
| 19274 | |
| 19256 | |
| 19244 | |
| 19238 | |
| 19230 | |
| 19229 | |
| 19219 | |
| 19201 | |
| 19184 | |
| 19183 | |
| 19177 | |
| 19153 | |
| 19133 | |
| 19132 | |
| 19090 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기