kiraarghy / PrioritisationApp

0 stars 0 forks source link

Fix startDate and endDate updating state. #14

Open kiraarghy opened 7 years ago

kiraarghy commented 7 years ago

Fixed react-dates, but need to fix var startDate & var endDate from displayListItem.js pulling through to app.js to update state of items.

kiraarghy commented 7 years ago

Note to self: Also react-dates outputs as Unix time, so need to remove last three of the 0s and then convert that to DD/MM/YY 👍