Issue
I need to format a number. In PHP, I would use sprintf("%05d",$lineNumber)
.
In a Symfony 2 Twig template, what code should I use?
Solution
Twig provides lots of filters, take a look at format
and number_format
.
Answered By - Display Name can only contain Answer Checked By - Marie Seifert (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.