more fixes

parent 9a257072
......@@ -12,12 +12,12 @@
<input class="platenumber" placeholder="plate number" name="plate_number">
<br>
<label>Time In</label>
<input type="date" name="dates_in">
<input type="time" name="times_in">
<input type="date" name="dates_in" value="1998-10-31">
<input type="time" name="times_in" value="12:00:00">
<br>
<label>Time out</label>
<input type="date" name="dates_out">
<input type="time" name="times_out">
<input type="date" name="dates_out" value="1998-10-31">
<input type="time" name="times_out" value="12:00:00">
<br>
<div class="select">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment