onefinestay/react-daterange-picker

How to add year choices options previous more than 5 years

Opened this issue · 0 comments

GA-MO commented

I need year choices previous more than 5 years

let years = Immutable.Range(y - 5, y).concat(Immutable.Range(y, y + 10));