[Web]Tempus Dominus 날짜 가져오기 getDate

2021. 3. 30. 11:43Coding

728x90

getdatepicker.com/

 

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