<input type="datetime-local" id="date"/>
//create a date with Moment.js
let date = moment().add(1, "y");
//display the date
document.getElementById("date").value =
date.format("yyyy-MM-DDThh:mm");
This Pen is owned by Envato Tuts+ on CodePen.
See more by @tutsplus on CodePen