Re: Image Sort Order

  •  01-22-2011, 8:23 PM

    Re: Image Sort Order

    if(GalleryFormatTimeHTML(arr[j+1].Time) <GalleryFormatTimeHTML(arr[j].Time))
     
    How do I change that to look at a different field in the XML file? Or does that not look at the xml and only look at the file created date in the actual file system?
View Complete Thread