Notice
Recent Posts
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 깃허브
- springboot
- 알고리즘
- 오라클
- 설정
- 스프링
- 설치
- EL태그
- 폼태그
- 자바스크립트
- 이클립스
- SESSION
- 버튼
- jsp 내부객체
- Spring
- 셋업
- MySQL
- 제이쿼리
- 면접
- jquery
- java
- html
- jsp
- Eclipse
- 마이바티스
- 자바
- Oracle
- 필터체인
- 깃허브 간단요약
- jstl
Archives
- Today
- Total
은은하게 코드 뿌시기
통화 포맷 / java 원단위/krw 본문
728x90
NumberFormat currencyFormat = NumberFormat.getCurrencyInstance(Locale.KOREA);
for (Map product1 : catelist){
double price1 = product1.getDouble("salePrice");
String formattedAmount = currencyFormat.format(price1)
.replaceAll(currencyFormat.getCurrency().getSymbol(), "");;
product1.put("unitconversion", formattedAmount);
}
728x90
'자바 > 실무 유용한 것!' 카테고리의 다른 글
encodeURIComponent 이거랑 escape 차이? (0) | 2024.09.25 |
---|---|
자바 날짜비교 / 날짜계산/날짜수정/기간체크 (0) | 2024.06.17 |
java integer string으로 쉽게바꾸기 (0) | 2024.05.29 |
크롬 단축키 (0) | 2024.05.14 |
name id (0) | 2024.04.30 |
Comments