1
Hello I need help in a function that picks the date of a date field with the number of days and displays the new date as per Example:
<label>Data</label>
<input type="date" id="data" value="2018-10-10">
<br>
<label>Dias</label>
<input type="text" id="dias" value="5">
<br>
<label>Data Somada</label>
<input type="text" id="data" value="15/10/2018">
<br>
If you want, an (optimal) alternative is Moment.js: https://momentjs.com/docs/#/manipulating/add/
– hkotsubo