Date Order

3 posts by 2 authors in: Forums > CMS Builder
Last Post: June 28, 2009   (RSS)

By Moonworks - June 28, 2009

I'm trying to get my list to go in date order, nearest date first.

The date is called 'dates' in the editor and I have this written in the sorting section:

dragSortOrder, dates

It's not in any date order, descending or ascending.

You can see the page here:

http://www.residential-training.com/courses.php
High quality residential training for writers, actors & Film Making - Click Here for further information

Re: [Moonworks] Date Order

By isdoo - June 28, 2009

'orderBy' => 'dates ASC',

in the list instruction at the top of the page - should hopefully do it. Or DESC if you want it the other way round.