On Wed, 7 Jun 2000, ethan mindlace fremen wrote:
> CURTIS David wrote:
> > I wish to use use the data of the database file in my html code.  For example,
> >  this database was last updated on 06/06/2000.  I suppose that there must be a 
>dynamic html tag that zope uses.  What could it be?  I looked at all the 
>documentation and have yet to discover it.  <DTML-ZOPE-FILE-DATE>  Any help is 
>apprechiated.
> 
> I think you're looking for bobobase_modification_time , like
> 
> <dtml-var name="bobobase_modification_time">

If, on the other hand, you really want the last updated date of
the Data.fs file (ie: the whole ZODB database), you will probably
have to write an external method to snarf it and return it.

--RDM


_______________________________________________
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