Format date and decimal in template

Product:

Product Version: PDFNet 9.4.2

Please give a brief summary of your issue:
How to format date and decimal fields in a template

Please describe your issue and provide steps to reproduce it:
For example, in a json input, we could have
{
“data” : {
“date1”:“2022-09-08.208Z”,
“date2”:“2022-09-15T12:00:00Z”
“amount”: “1000”
}
}

Can we add a formatting to show
Date1: September 8, 2022
Date2: September 15, 2022 12:00:00
amount: $1,000.00
Please provide a link to a minimal sample where the issue is reproducible:

Hi Tom,

At the moment, we don’t have a way to add any date or decimal field formatting in the json output.

Can you please let us why this is important to you and how this is affecting you and your customers?

It is important to re-formatting the values otherwise it will just show the values as plain text. For date, it is also preferable as we could have one data json and to be used by multiple language specific templates English or French etc.

It’s been about a year. Has a solution been created for this?