Follow up from #800. On the Project Requirements screen, we should internationalize dates being returned from the projects API. Date internationalization was added in PR #2189, but I don't believe it handles dates returned from the API with this particular date format, so it's likely we'll need to write another helper function in dateAndTime.js. To complete this issue, we should:
[ ] Handle project dates with a range (start date and end date)
Follow up from #800. On the Project Requirements screen, we should internationalize dates being returned from the projects API. Date internationalization was added in PR #2189, but I don't believe it handles dates returned from the API with this particular date format, so it's likely we'll need to write another helper function in
dateAndTime.js
. To complete this issue, we should:It might be helpful to tackle this issue along with https://github.com/inaturalist/iNaturalistReactNative/issues/2117, since we'll also need to display an internationalized range of dates on other Projects pages.