15 May
2000
15 May
'00
12:23 a.m.
The following line isnŽt working <dtml-call "RESPONSE.setHeader('Last-Modified', '<dtml-var bobobase_modification_time>')">
How can I expand <dtml-var bobobase_modification_time> to a string, that I can pass to the setHeader method call??
<dtml-call "RESPONSE.setHeader('Last-Modified', bobobase_modification_time)"> or <dtml-call "RESPONSE.setHeader('Last-Modified', _.str(bobobase_modification_time))"> Adam Karpierz karpierz@itl.pl