The date displayed with files and folders is that one that is retrieved from de (DOS)-directory infromation, when the element was created or modified. Links are not on disk, so their creation date can not be retrieved.
But you have a workaround to solve your problem: use the comment field when adding your folder and set there the expiration date.
You have then different possibilities, depending of your needs, if you want the visitors show the expiration date or not:
- if users may see expiration date , let them see the comment, that's all
- if visitors should not see the comment:
- if you dont need to show comments, you can try to use a macro that displays comment only for user 'su' (superuser = you)
- if you need to show them, you can use some javascript that displays comments only up to a special char. I use this feature on foldercomments, where i use ':' as a separator. What is befor this sign, will be displayed, what comes after are optional params that i use to change default behavior of the template for that folder (use thumbnails or not, imagesize tu use, diferent displaystyle ...), you could use something like that to show the expiration date only to you
... if you do someting like that, it's only to you to ask rejetto for a 'search by comment' feature ....

[/list]