Dmitry Vasiliev wrote: > Log message for revision 68818: > Fixed issue 525: DateWidget ru-format ... > Modified: Zope3/branches/3.3/src/zope/formlib/form.txt > =================================================================== > --- Zope3/branches/3.3/src/zope/formlib/form.txt 2006-06-24 09:00:09 UTC > (rev 68817) > +++ Zope3/branches/3.3/src/zope/formlib/form.txt 2006-06-24 09:02:44 UTC > (rev 68818) > @@ -1554,7 +1554,7 @@ > <input class="textType" id="form.max_size" name="form.max_size" > size="10" type="text" value="" /> > <input class="textType" id="form.now" name="form.now" size="20" > - type="text" value="2002-12-02 12:30:00" /> > + type="text" value="2002 12 2 12:30:00 " /> > > Note that a EditForm can't make use of a get_rendered method. The > get_rendered > method does only set initial values.
Why does the display of the default DateTime widget change? _______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
