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 |
Tags
- Eclipse
- 자바
- 제이쿼리
- jquery
- 깃허브 간단요약
- 자바스크립트
- springboot
- 스프링
- 알고리즘
- SESSION
- 필터체인
- MySQL
- jstl
- 이클립스
- 셋업
- java
- 오라클
- 마이바티스
- html
- 깃허브
- 설치
- Spring
- EL태그
- 설정
- Oracle
- jsp
- 버튼
- jsp 내부객체
- 폼태그
- 면접
Archives
- Today
- Total
728x90
목록원단위 (1)
은은하게 코드 뿌시기
통화 포맷 / java 원단위/krw
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);}
자바/실무 유용한 것!
2024. 6. 17. 15:12
728x90