Return next date
Return next date
antoniocib            
            
                Posts: 277Questions: 62Answers: 1            
            Good evening, to have today's date automatically I use this function, but to have the next day, how can I do?
    "label": "Data di Consegna:",
    "name": "delivery_na",
    "type": "datetime",
    "format": "DD/MM/YYYY",
 def: function () { return new Date(); },
},
                This discussion has been closed.
            
Answers
Solved in this way.