willianjusten / nba-remix

A simple app to show NBA games and scores/details.
https://nba.willianjusten.com.br
210 stars 31 forks source link

Move DayPicker date functions to utils #77

Closed adeonir closed 2 years ago

adeonir commented 2 years ago

Today we have this app/components/DayPickerInput/api.ts that format dates provided to DateSelector.

This could be moved to app/utils/handleApiDates and maybe renamed to app/utils/handleDates.