Updating html field types
This commit is contained in:
parent
e3cebcb73b
commit
bc284e2514
@ -17,11 +17,11 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-4">
|
||||
<label for="date">Date:</label>
|
||||
<input type=text name="date" class="form-control" placeholder="Ex: 2009-11-10">
|
||||
<input type=date name="date" class="form-control" placeholder="Ex: 2009-11-10">
|
||||
</div>
|
||||
<div class="col-xs-4">
|
||||
<label for="time">Time:</label>
|
||||
<input type=text name="time" class="form-control" placeholder="Ex: 17:59:03">
|
||||
<input type=time name="time" class="form-control" placeholder="Ex: 17:59:03">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user