php - Price number format on Smarty -


i think rather silly question, researched on ways format numbers convert price format. i'm using smarty template system. possible format prices smarty or method can used purpose?

i need convert type numbers 1000000 $1.000.000

if no output format smarty, other methods there?

thanks

use php's money format function

in smarty {$mynumber|money_format:'%i'}


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -