[Web]Tempus Dominus 날짜 가져오기 getDate
2021. 3. 30. 11:43ㆍCoding
728x90
Tempus Dominus
Tempus Dominus Tempus Dominus is the successor to the very popular "eonasdan/bootstrap-datetimepicker". The plugin provide a robust date and time picker designed to integrate into your project. We're going through some changes right now and the docs will b
getdatepicker.com
기본 사용법은 위에 잘 나와있음.
분명히 공홈 문서에 있겠지만, 잘 못 찾겠는거 위주로 업데이트.
getDate
1
2
3
|
var date = $('#datetimepicker1').datetimepicker('viewDate')
console.log(date);
console.log(date.format('YYYY-MM-DD'));
|
cs |
728x90
'Coding' 카테고리의 다른 글
[IntelliJ]Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: (0) | 2021.05.01 |
---|---|
[Web]Modal 관련. (0) | 2021.03.30 |
[Web]FormData의 내용을 console.log로 찍기. (0) | 2021.03.19 |
Bootstrap 유용한 class (0) | 2021.03.10 |
[IntelliJ] 추천 Plugin - Code Glance(최신 버전에서는 안됨.) (0) | 2021.03.04 |