daterangepicker 상세 사용법
사용하기 전 준비 달력 호출 $("선택자").daterangepicker({ autoApply: false, // 확인/취소 버튼 사용여부 ranges: { '지난 10 일': [moment().subtract(10, 'days'), moment()], '지난 30 일': [moment().subtract(29, 'days'), moment()], '이번 달': [moment().startOf('month'), moment().endOf('month')], '지난 달': [moment().subtract(1, 'month').startOf('month'), moment().subtract(1, 'month').endOf('month')] }, locale: { "separator": " ~ ", // 년..