inaturalist / iNaturalistReactNative

Cross-platform version of the iNat mobile app
MIT License
70 stars 25 forks source link

Project Requirements: internationalize dates #2199

Closed albullington closed 3 weeks ago

albullington commented 1 month ago

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.