20 Jun
2000
20 Jun
'00
9:43 a.m.
CURTIS David wrote:
Greetings,
I have a database file that gets copied via a cron job at night. I would to display the new the new file date in an htlm document using Zope. What I would like is a tag that displays the date of a specific file. Is there such a dynamic tag? I am thinking something like <File-tag>copied-file</File-tag> Any help would be apprechiated.
actually it is <dtml-var "fileobject.bobobase_modification_time"> where fileobject is your actual object. HTH Tino Wildenhain