250x250
Notice
Recent Posts
Recent Comments
Link
Chanho_Park
[JSTL] jsp 상에서 소수점 버리기 본문
728x90
- 숫자 3자리마다 , 찍기
<fmt:formatNumber var="sm" value="${sell_Money }" pattern="#,###" />
- 소수점 버리기
<fmt:formatNumber var="oc" type="number" maxFractionDigits="0" value="${order_Count/10 }" />
728x90
'Spring' 카테고리의 다른 글
[Spring] github push/pull 시 한글깨짐 현상 (0) | 2022.12.15 |
---|---|
[eclipse] lombok 설치 후 Eclipse 실행 안될 때 (1) | 2022.11.20 |
[WebSoket] 스프링 웹소켓 사용하여 실시간 채팅 구현 (0) | 2022.11.18 |
[Spring] Maven Update 시 Updating Maven Project 에러 (0) | 2022.11.16 |
[JAVA] Controller에서 Redirect 객체 넘기기 (0) | 2022.11.13 |