Skip to content

Commit

Permalink
Purchase date defaults to today
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonglittle committed Dec 7, 2021
1 parent 3189d6d commit b3341c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library-express/views/books.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{/each}}
</select>
<label for="purchaseDate">Purchase Date: </label>
<input type="date" name="purchaseDate" />
<input type="date" id="purchaseDate" name="purchaseDate" />
<button type="submit">Submit</button>
</form>
<br>
Expand Down

0 comments on commit b3341c1

Please sign in to comment.