Commit d6be3bc8 authored by royce-matthew's avatar royce-matthew

removed default dates

parent ed92127d
......@@ -6,12 +6,12 @@
<input class="platenumber" placeholder="plate number" name="plate_number">
<br>
<label>Time In</label>
<input class="datein" type="date" name="dates_in" value="1998-10-31">
<input type="time" name="times_in" value="12:00:00">
<input class="datein" type="date" name="dates_in" >
<input type="time" name="times_in" >
<br>
<label>Time out</label>
<input type="date" name="dates_out" value="1998-10-31">
<input type="time" name="times_out" value="12:00:00">
<input type="date" name="dates_out" >
<input type="time" name="times_out" >
<br>
<div class="select">
<label>Color</label>
......
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