jquery-date-range-picker
jquery-date-range-picker copied to clipboard
Feature Request - Previous Year and Next Year toggles
Nice plugin! Would be nice to have similar to the Prev Month and Next Month toggles.
Thanks
This is already implemented. In the config, add:
{
showShortcuts: true,
shortcuts :
{
'next': ['year']
}
}
See "Use future date shortcuts:" at the documentation.
I think he meant not selection, but navigation. If I have to set range like '2012-06-05' - '2012-06-08' I have to navigate monthly ~60 times on each tab untill I reach 'June 2012'. So how about a separate month and year navigation? In this case I could change year and month separately.
Seems like a useful feature indeed. When using the default presentation, something like:
-
<<
: previous year -
<
: previous month -
>
: next month -
>>
: next year
A Pull Request would be much appreciated. I really lack the time to work on such new features and merely monitor this project a bit, since @longbill also has very little time...
@holtkamp https://github.com/longbill/jquery-date-range-picker/pull/367 what about that?)