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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to