How to display my price (200000 into 2 Lacs, 20000000 => 2 Crore
)as decimal value in smarty
I stored price value as
200000
350000
2000000
20000000
in MySQL now i need to display this value as
2/2.00 Lacs
3.5 lacs
20/20.00 lacs
2/2.00 crore
Possible duplicate question is here
Thanks.