This commit is contained in:
test 2020-06-28 12:13:45 +02:00
parent 9c14fc4bd5
commit 75b964402a

View File

@ -13,13 +13,13 @@
id="titleField">
</div>
<div class="form-group">
<label for="Title">Startdatum</label>
<input type="date" class="form-control" id="Title" required name="title" [(ngModel)]="sprint.startDate"
<label for="date">Startdatum</label>
<input type="Date" class="form-control" id="Date" required name="date" [(ngModel)]="sprint.startDate"
id="titleField">
</div>
<div class="form-group">
<label for="Title">Enddatum</label>
<input type="date" class="form-control" id="Title" required name="title" [(ngModel)]="sprint.endDate"
<label for="Date">Enddatum</label>
<input type="date" class="form-control" id="Date" required name="date" [(ngModel)]="sprint.endDate"
id="titleField">
</div>