15 Sep
1999
15 Sep
'99
4:07 p.m.
Also, the error on the second one suggests that you should not use 'name' in a Let tag. 'name' is problematic for several tags; for instance you would need to write <dtml-var name=name> rather than <dtml-var name>. Try using a different variable.
Thanks a lot. I also tried: <dtml-let firstname="mick" relation="uncle"> <dtml-var firstname> is your <dtml-var relation> </dtml-let> Same result: Error Type: NameError Error Value: mick