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
- 면접
- jsp
- jsp 내부객체
- 오라클
- EL태그
- 이클립스
- 설치
- 설정
- 폼태그
- html
- jstl
- java
- 자바스크립트
- 버튼
- Oracle
- 제이쿼리
- 셋업
- Eclipse
- 깃허브 간단요약
- 자바
- 스프링
- 깃허브
- 알고리즘
- MySQL
- 마이바티스
- jquery
- SESSION
- 필터체인
- Spring
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