넥사크로 날짜1 [Nexacro] 오늘 날짜 구하기 var objDate = new nexacro.Date(); var mm = (objDate.getMonth()+1).toString().padLeft(2, "0"); var dd = objDate.getDate().toString().padLeft(2, "0"); var today = objDate.getYear() + mm + dd; 2020. 10. 29. 이전 1 다음