mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
bugfix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5062 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
54b8665b4b
commit
114789970b
1 changed files with 1 additions and 4 deletions
|
|
@ -110,10 +110,7 @@
|
|||
<th scope="row"><div>{$lang->limit_date}</div></th>
|
||||
<td>
|
||||
<input type="hidden" name="limit_date" id="date_limit_date" value="{$member_info->limit_date}" />
|
||||
<div id="str_limit_date" class="display_date" >{zdate($member_info->limit_date,"Y-m-d")}</div>
|
||||
<script type="text/javascript">
|
||||
DyCalendar.setup( { firstDay : 0, inputField : "date_limit_date", ifFormat : "%Y%m%d", displayArea : "str_limit_date", daFormat : "%Y-%m-%d" } );
|
||||
</script>
|
||||
<input type="text" class="inputDate" value="{zdate($member_info->limit_date,'Y-m-d')}" readonly="readonly" />
|
||||
<p class="clear">{$lang->about_limit_date}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue