This website works better with JavaScript
홈
탐색
도움말
로그인
MuhammadIqbalAfandi
/
bambslaundry
보기
1
좋아요
0
포크
0
코드
릴리즈
2
Activity
45
커밋
1
브렌치
트리:
8e1ba8ba0b
master
v1.0.1
v1.0.0
브랜치
태그
${ item.name }
Create branch
${ searchTerm }
from '8e1ba8ba0b'
${ noResults }
bambslaundry
/
resources
/
js
/
utils
/
currency-format.js
currency-format.js
101B
히스토리
Raw
1
2
3
4
export const IDRCurrencyFormat = (number) => {
return 'Rp' + number.toLocaleString('id') + ',00'
}