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: