Hello,
I am using EVO 1.0.4 with Ditto 2.1.0.
I have a tv called "date" that I would like to use for menu sorting.
The order is correct but the unixtime is listed instead of the dateFormat specified.
The tv "date" has "input type: date" and "widget: unixtime" selected.
My ditto call is currently:
[!Ditto? &startID=`245` &hideFolders=`1` &tpl=`dates-menu-row` &noResults=`dates-menu-NO` &dateFormat=`%A %d, %B %Y` &dateSource=`date` &orderBy=`date ASC`!]
This returns:
* 1297295940, 5:30pm to 7:00pm
* 1300925520, 5:30pm to 7:00pm
* 1311815760, 5:30pm to 7:00pm
etc
I would like:
* Thursday February 10, 5:30pm to 7:00pm
* Thursday March 24, 5:30pm to 7:00pm
* Thursday May 26, 5:30pm to 7:00pm
etc
I would also really, really like the date number specified as 24th or 26th etc.
Thanks in advance.