let dueDate = document.getElementById('dueDate')
dueDate.innerHTML = "date"
<input type="date" id="dueDate" placeholder="Date" class="dueDate"></input>
I have this simple input field of date, and instead of the outside looking like "yyyy-mm-dd" I want it to display "date" and when a date is picked it then displays the date,