mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
날짜 입력용 Calendar을 DyCalendar으로 이름 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4185 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
281a720a87
commit
e185636161
11 changed files with 70 additions and 1998 deletions
|
|
@ -39,7 +39,7 @@
|
|||
<td>
|
||||
<div class="display_date" id="display_date">{date("Y-m-d",time()+60*60*24*30)}</div>
|
||||
<script type="text/javascript">
|
||||
Calendar.setup( { firstDay : 0, inputField : "stop_date", ifFormat : "%Y%m%d", displayArea : "display_date", daFormat : "%Y-%m-%d"});
|
||||
DyCalendar.setup( { firstDay : 0, inputField : "stop_date", ifFormat : "%Y%m%d", displayArea : "display_date", daFormat : "%Y-%m-%d"});
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue