Skip to content

Instantly share code, notes, and snippets.

@shealan
Created January 28, 2016 10:28
Show Gist options
  • Save shealan/eaeb82bbe4c9b8e8b257 to your computer and use it in GitHub Desktop.
Save shealan/eaeb82bbe4c9b8e8b257 to your computer and use it in GitHub Desktop.
{% set month = 'May' %}
{% set startDate = now | date_modify('first day of ' ~ qFilter) %}
{% set endDate = now | date_modify('last day of ' ~ qFilter) %}
{% paginate craft.entries.section('events').eventShowtime('and, >= startDate, < endDate') as entries %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment