2024-06-11 15:47 교육일시 수정

This commit is contained in:
myname 2024-06-11 15:47:17 +09:00
parent f833790df2
commit e14aafa02b

View File

@ -117,7 +117,10 @@
<th scope="row">
<p>교육일시</p>
</th>
<td>${fn:substring(info.eduHopeDt,0,4)}년 ${fn:substring(info.eduHopeDt,4,6)}월 ${fn:substring(info.eduHopeDt,6,8)}일</td>
<td>
<%-- ${fn:substring(info.eduHopeDt,0,4)}년 ${fn:substring(info.eduHopeDt,4,6)}월 ${fn:substring(info.eduHopeDt,6,8)}일 --%>
${info.eduHopeDt}
</td>
<th scope="row">
<p>시간</p>
</th>