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?
If i
was 4 before, then after adding this to your Twig template:
"%02d"|format(i)
...it will become 04.
Twig provides lots of filters, take a look at format
and number_format
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With