/*숫자 콤마 찍기*/
<fmt:formatNumber value="${result.amt}" pattern="#,###">
/*JAVA문자열 JSP에서 숫자로 변환*/
<fmt:parseNumber value="${result.startDate}" type="number">
'IT > 개발' 카테고리의 다른 글
Oracle LISTAGG (0) | 2019.09.12 |
---|---|
JAVA CSV파일 엑셀에서 열때 숫자를 문자로 인식 (0) | 2019.09.09 |
java.net.SocketException: There is no process to read data written to a pipe. (0) | 2019.09.07 |
JAVA 파일다운로드 파일명 한글깨짐 (0) | 2019.09.06 |
P tag 반응형 및 자동들여쓰기 (0) | 2019.09.04 |