I'm getting data from the form's json when the user fills out the calendar
const data= JSON.stringify(orderForm.informationDate));
Currently, I get data from JSON to print PDF in any way:
{"year":2023,"month":12,"day":22}
How to change data to DD.MM.YYYY format?
It is recommended to not store the date in dd.mm.yyyy format but if you insist