Re: [SMARTY] number_format

[email protected] (messju mohr) Fri, 22 Dec 2006 17:55:50 +0100
Newsgroups php.smarty.general
Message-ID <[email protected]>
On Fri, Dec 22, 2006 at 02:40:49PM -0200, João Cândido de Souza Neto wrote:
> I´d like to know if someone has any plugin or function which works like 
> number_format php function.

you can simply use any php function as modifier (if not explicitly
disabled via security settings): {$foo|number_format:2}

> Thanks for any answer.