priceFormatter

Davina·2023년 1월 13일
0

CSS

목록 보기
6/8

9000->₩9,000

export const priceFormatter = new Intl.NumberFormat("ko", {
    style: "currency",
    currency: "krw",
});
priceFormatter.format(
          roomType === "1 King Bed"
          ? pageDetail.rooms
          ? pageDetail.rooms[0].price: 0
          : pageDetail.rooms
          ? pageDetail.rooms[1].price: 0
profile
[많을 (다) 빛날 (빈)] 빛이나는 사람이 되고 싶습니다

0개의 댓글