datepiker
CSS 적용
<link rel="stylesheet" href="/resources/css/timepicker.css" />
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" />
JS 적용
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script src="/resources/js/timepicker.js"></script>
<script>
$("#id").datetimepicker({
dateFormat:'yy-mm-dd',
monthNamesShort:[ '1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월' ],
dayNamesMin:[ '일', '월', '화', '수', '목', '금', '토' ],
changeMonth:true,
changeYear:true,
showMonthAfterYear:true,
// timepicker 설정
timeFormat:'HH:mm:ss',
controlType:'select',
oneLine:true,
});
</script>
출처: https://vip00112.tistory.com/34 [GT's Funny Coding]
'자바' 카테고리의 다른 글
자바 TCP 모드버스 통신 소스 예제 (1) | 2021.05.06 |
---|---|
javascript - java 간 RSA 를 이용해서 암호화 복호화 하기 (0) | 2021.04.26 |
jar 파일 만들어서 서버에서 실행시키기 (0) | 2021.02.02 |
라즈베리파이 RXTX 라이브러리 적용 방법 (0) | 2021.01.27 |
자바에서 Rxtx 시리얼 통신 라이브러리 적용하기 (0) | 2020.12.23 |
댓글