2024-07-23 11:04 년도 변경
This commit is contained in:
parent
7b6eb2bf11
commit
bf0480f6f2
@ -324,7 +324,7 @@ $(document).ready(function(){
|
||||
<input type="hidden" value="" id="dBirth"/>
|
||||
<select name="" id="year" class="selType1">
|
||||
|
||||
<c:forEach var="index" begin="1923" end="2024">
|
||||
<c:forEach var="index" begin="1925" end="2024">
|
||||
<c:choose>
|
||||
<c:when test="${index eq 2000}">
|
||||
<option value="${index}" selected>${index}</option>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user