95~102줄
<tr>
<th scope="row">{$lang->birthday}</th>
<td><input type="hidden" name="birthday" id="date_birthday"
value="" />
<div class="display_date" id="str_birthday"></div>
<p>{$lang->about_birthday}</p>
</td>
</tr>
109~111줄
<script type="text/javascript">
DyCalendar.setup( { firstDay : 0, inputField : "date_birthday", ifFormat : "%Y%m%d", displayArea : "str_birthday", daFormat : "%Y-%m-%d"});
</script>
두부분을 제거하면 됩니다.
Tip이 도움이 되었다면 댓글과 평가 부탁합니다.
Tip에 대한 궁금한 점은 댓글로 남겨 주시면 성심껏 답변 드립니다. 
