21 Dec
1999
21 Dec
'99
8:50 p.m.
I think your looking at this from the wrong angle. There is a difference between a variable that lives in the REQUEST space and a property of a DTML Document (or Folder or whatever) If I have a DTML Document with an id of Test and it has a property x of type int then this works. <dtml-call "Test.manage_changeProperties(x=2)"> <dtml-var "Test.x"> Of course your property was a date type, but the same applies. Hope this helps. DR