You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Feike Visser (JIRA)" <ji...@apache.org> on 2016/11/01 11:44:58 UTC

[jira] [Updated] (SLING-6140) Adding number formatting to Sightly/HTL

     [ https://issues.apache.org/jira/browse/SLING-6140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Feike Visser updated SLING-6140:
--------------------------------
    Description: 
Ability to properly format numbers in Sightly/HTL

Proposed usages:

{code}
${ 100 @ numberFormat = '9999.00' , locale = 'en_US'}
{code}



  was:
Ability to properly format numbers in Sightly/HTL

Proposed usages:

{code}
${ 100 @ numberFormat = '9999.00' }
{code}




> Adding number formatting to Sightly/HTL
> ---------------------------------------
>
>                 Key: SLING-6140
>                 URL: https://issues.apache.org/jira/browse/SLING-6140
>             Project: Sling
>          Issue Type: New Feature
>          Components: Scripting
>            Reporter: Feike Visser
>
> Ability to properly format numbers in Sightly/HTL
> Proposed usages:
> {code}
> ${ 100 @ numberFormat = '9999.00' , locale = 'en_US'}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)