Horje

How is to look HTML Input Type Datetime-local

index.html
Example: HTML
 <form>
  <label for="birthdaytime">Birthday (date and time):</label>
  <input type="datetime-local" id="birthdaytime" name="birthdaytime">
</form> 

Output should be:

How is to look HTML Input Type Datetime-local




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Input Types
Uploaded by:
Admin