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
Post a Comment