Skip to content
Pudyasto Adi W. edited this page Apr 10, 2015 · 1 revision

What is Terbilang Helper ?

Terbilang helper used to convert of Indonesian Currency number into Text. So you can easly use it to create cool your transaction. Example `12000` it will change into `dua belas ribu`.

How to use it ?

Just put terbilang helper
$this->load->helper('terbilang');
// and use in your view like this
$your_number=2015000;
echo terbilang($your_number);
// the result is : dua juta lima belas ribu
Clone this wiki locally