Hi,
I already read some forum posts about this topic and before I start to develop my own function I thought I should ask if I understood correctly:
[b]Album Date: [/b]Date of an Album set
[b]Image Date:[/b] Date of an Image (Taken from its Metadata)
printLatestAlbums() refers to "updateddate" in the DB, which is the last Date of an image?
Meaning: [b]There is nothing available to display " Last updated/last changed date"?[/b]
This
`$filechangedate = strtotime($tempalbum->getUpdatedDate())`
confused me at first - because it seems its not really the "filechanged date" (meaning modified or creation date) but the date when the Image was taken?
What I would like to achieve:
*[b]Show the "date last updated" [/b] referring to the date when I last uploaded a new image (or edited the album?).
* [b]Sort the album based on the date I last changed Information / added an image.[/b]
* Show Album/Image Date based on the metadata / admin backend setting
[b]Maybe you have a recommendation [/b]how to do this?
Set the "updated date" manually in the DB each time I add an image or change information?
Or get the upload/file Date of the last image added? Or easier: the modification date of the album folder?(filetime)
Any help is highly appreciated

Thanks for all your work and support - Love ZenPhoto