지식1 웹스퀘어 [#팁] 날자 범위 조회 calendaValueType = yearMonth 일때 아래 코드 // 등록기간 초기화 scwin.setDefaultDate = function(){ // 등록기간(한달전~오늘) var dateObj = new Date(); var today = WebSquare.date.getCurrentServerDate(); var before = WebSquare.date.dateAdd( today, -30 ); today = today.substr(0, 6); before = before.substr(0, 6); icaFromDate.setValue(before); //icaFromDate = ID값 icaToDate.setValue(today);//icaToDate = ID값 }; calen.. 2022. 2. 22. 이전 1 다음