I am implementing a Booking form where I want the date to be set to default to today . It should also be shown as a placeholder in the input. Is there any way it can be possible in HTML5.
<input type="date" name="from" value="" id="date" class="ajaxField required"/>