본문 바로가기

De2o freelancer (OCR)

Input date type thymeleaf

반응형
<input type="date" class="form-control" id="productDt" name="productDt" th:value ="${product.productDt}" th:field ="${product.productDt}" >

th:value => 값

th:field => 보여지는 텍스트

반응형

'De2o freelancer (OCR)' 카테고리의 다른 글

데이터 테이블 thead-dark  (0) 2020.11.25
SpringBoot 세션 유지시간 Configure  (0) 2020.11.12
Merge conflict 해결 방법  (0) 2020.10.08
고정 Sidebar  (0) 2020.10.06
Java HttpURLConnection  (0) 2020.09.30