[
https://issues.apache.org/jira/browse/SLING-6102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Feike Visser updated SLING-6102:
--------------------------------
Description:
When using Sightly we are missing functionality to format numbers and dates.
Proposed solution:
{code}
@ dateFormat = 'dd/mm/YYYY'
@ numberFormat = '999.00'
{code}
was:
When using Sightly we are missing functionality to format numbers and dates.
Proposed solution?
{code}
@ dateFormat = 'dd/mm/YYYY'
@ numberFormat = '999.00'
{code}
> Adding formatters to Sightly for numbers and date
> -------------------------------------------------
>
> Key: SLING-6102
> URL: https://issues.apache.org/jira/browse/SLING-6102
> Project: Sling
> Issue Type: Improvement
> Components: Scripting
> Reporter: Feike Visser
>
> When using Sightly we are missing functionality to format numbers and dates.
> Proposed solution:
> {code}
> @ dateFormat = 'dd/mm/YYYY'
> @ numberFormat = '999.00'
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)