How to JSON stringify a javascript New Date
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?