let max = moment().add(1, 'y').format('YYYY'); $('#datetime').daterangepicker({ showDropdowns: true, autoApply:true, "minYear": 2017, "maxYear": parseInt(max), // parseInt 필수 "locale": { "format": "YYYY-MM-DD", "separator": " ~ ", "applyLabel": "확인", "cancelLabel": "취소", "fromLabel": "From", "toLabel": "To", "customRangeLabel": "Custom", "weekLabel": "W", "daysOfWeek": ["일", "월", "화", "수", "목", ..