<!DOCTYPE html>
<html>
<body>
<h3>A demonstration of how to access a Date field</h3>
<input type="date" id="myDate" value="">
<p>Click the button to get the date of the date field.</p>
<b>
How to add a datepicker in form using HTML
</b>
<br>
<h4>Date Of Birth:
<input type="text" id="Test_DatetimeLocal">
</h4>
</body>
</html>