6 Jun
2000
6 Jun
'00
5:15 p.m.
----- Original Message ----- From: Chris Withers <chrisw@nipltd.com>
<dtml-var "_.DateTime()" fmt="%d %B %Y">
...works fine
<dtml-var "_.DateTime()" fmt='%d %B %Y'>
...barfs with a 'Document Template Parse Error':
The dtml parser only likes double-quoted attribute values. It sees the above as having attributes "fmt='%d", "%B", and "%Y'". Cheers, Evan @ digicool & 4-am