Problem
MM/DD/YY is US focused. The tool needs to serve an international audience.
Acceptance criteria
- The date range selector should use YYYY-MM-DD date format
- The dates displayed in the far left of the timeline should use YYYY-MM-DD format
Notes
Moment.js will let you change the display format, and I believe the date chooser library has a prop that accepts the same moment-style formats.