Feature Calculate Duration #7
Labels
♟️ Dependent ticket
This ticket depends on something else being completed first this sprint
🧩 Feature
🏕 Priority Mandatory
This work is expected
🦑 Size Large
4-8 hours
📅 Week 1
Assigned during Week 1 of this module
Instructions:
Dependent ticket : complete #6 before beginning this
Add another column to your
<SearchResults />
table which shows the number of nights a guest is staying.Hint: Try installing the day.js library (you'll need to install it with
npm install dayjs --save
) and using the.diff()
method to compare dates.Test:
The text was updated successfully, but these errors were encountered: