Depending on browser support:<br>
A date picker can pop-up when you enter the input field.
<form action="/example/html/form_action.aspx">
Birthday (date and time):
<input type="datetime-local" name="bdaytime">
<input type="submit" value="Send">
type="datetime-local" is not supported in Firefox and Internet Explorer.