Extracting information from the form's JSON as users input data on the calendar
const data = JSON.stringify(orderForm.informationDate));
At present, I am retrieving JSON data to generate a PDF document:
{"year":2023,"month":12,"day":22}
Is there a way to convert the data into DD.MM.YYYY format?