1 May
2002
1 May
'02
1:24 p.m.
On Wednesday 01 May 2002 12:58 am, Dan Shafer allegedly wrote: [snip]
Any chance your field is rendering as:
<input type=text name=start_date value=Apr. 30, 2002>
instead of:
<input type=text name=start_date value="Apr. 30, 2002">
I suppose that's possible. There are no quotation marks showing in the field. But if I'm using strftime(), I don't see how this could'should be happening.
If the quotes are missing, then that is your problem. strftime won't put quotes around it for you. How are you generating this html? ZPT, DTML or Python? Show us the source code of your template. -Casey