hi, How can I get the Last Modified date of a file object? <dtml-var "obj.last_modified"> does not work, although I can get title and size just fine using obj.size. How can I get a list of attributes for an object? j. ...................... ..... Jason C. Leach ..
<dtml-var bobobase_modification_time> Or, if you want some formatting.. <dtml-var "bobobase_modification_time().strftime('%m/%d/%Y, %H:%M')"> On 12 Jun 2001 15:50:15 -0700, Jason C. Leach wrote:
hi,
How can I get the Last Modified date of a file object?
<dtml-var "obj.last_modified"> does not work, although I can get title and size just fine using obj.size.
How can I get a list of attributes for an object?
j.
...................... ..... Jason C. Leach ..
_______________________________________________ Zope maillist - Zope@zope.org 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 )
participants (3)
-
Chris Withers -
Jason C. Leach -
Julio Flores