pacificclimate / station-data-portal

Data portal for station data (e.g., BC Station Data, a.k.a. PCDS; Yukon-NWT Station Data); React app
0 stars 0 forks source link

Fix the date pickers #137

Closed rod-glover closed 2 years ago

rod-glover commented 2 years ago

Resolves #135

A later version of react-datepicker provides what we want out of the box, so use that.

Also mutually constrain the start and end date so that they must satisfy start <= end.