Published on

Locale-aware formatting in Fluid

Authors

Use Fluid helpers and Intl to format values based on the current site language.

<f:format.date format="%x">{date}</f:format.date>

For advanced cases, use PHP’s NumberFormatter in ViewHelpers.