I'm starting out with web design and I got a problem.
I have two date input fields and, the way the designer envisioned the site, they want the description of the input field to be inside it (the default text) so, instead of mm/dd/yy it should say CHECK-IN.
I managed to do this by setting the input type to text/date, but then I don't get the input restrictions I want. Can I get the placeholder to be text but the input to be restricted to date format?