2009-10-02, 07:32:26
Ok i managed to partially fix this using pubdate, but the pudate data is stored in this format in this way <pubDate>Thu, 01 Oct 2009 17:26:15 +0100</pubDate> so it sorts by the first data in that line which is the day rather than the date.
Does anyone know how to refine this so it searches by date then time?
this is the line of code in question
$pagesSorted = subval_sort($pagesArray,'pubdate');
Thanks
Does anyone know how to refine this so it searches by date then time?
this is the line of code in question
$pagesSorted = subval_sort($pagesArray,'pubdate');
Thanks