날짜 입력용 Calendar을 DyCalendar으로 이름 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4185 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-05-11 15:11:43 +00:00
parent 281a720a87
commit e185636161
11 changed files with 70 additions and 1998 deletions

View file

@ -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>