[Zope] Greetings,
R. David Murray
bitz@bitdance.com
Wed, 7 Jun 2000 15:27:21 -0400 (EDT)
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