unicef / carrotjuice2

Front end to resources repo. Defaults to Brazil but will eventually be virus and country agnostic.
1 stars 1 forks source link

Date picker bar format is weird #5

Closed gatoatigrado closed 8 years ago

gatoatigrado commented 8 years ago

As you might notice, the date picker bar shows weird dates like,

I think these may be out-of-order, and I have no idea why a month like "March" would be mixed with days-of-the-year. Let's switch to ISO format YYYY-MM-DD and fix the order.

pasted image at 2016_03_07 12_07 am

Current codes are in date-selection-bar.jsx

gatoatigrado commented 8 years ago

Fixed by https://github.com/mikefab/carrotjuice2/pull/14