Guest User

Untitled

a guest
Feb 15th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {% set allEntries = craft.entries.section('sparkSchedule').limit(null).orderBy('startDate asc').all() %}
  2.  
  3. {% set allEntries = craft.entries.section('sparkSchedule').limit(null).orderBy('startDate asc, time(startTime)').all() %}
  4.  
  5. {% set allEntries = craft.entries.section('sparkSchedule').limit(null).orderBy('startDate asc, time(field_startTime)').all() %}
Add Comment
Please, Sign In to add comment