We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add decades as a filter option. Or remove years and replace with decades?
The text was updated successfully, but these errors were encountered:
Something like this?
$decades = array(); foreach ($filters->Years as $year) { $decade = intval(floor($year / 10) * 10); if (!in_array($decade, $decades)) { array_push($decades,$decade); } }
Sorry, something went wrong.
Moved TODO comment to issue #18
3d35675
No branches or pull requests
Add decades as a filter option. Or remove years and replace with decades?
The text was updated successfully, but these errors were encountered: