2011/3/29 Noe Misael Nieto Arroyo <[email protected]> > I'm working on a loan calculator using zope.formlib and following this > tutorial: > > http://plone.org/documentation/manual/developer-manual/forms/using-zope.formlib > > The Form interface has two date schemas like this: > > class ISimuladorForm(Interface): > """ > Zope Interface for the financial simulator for sofomanec. > """ > start_date = Date(title=_(u'Start Date'), > description=_(u'Loan start date.'), > required=False) > first_payment = Date(title=_(u'First Payment'), > description=_(u'Date of the first payment.'), > required=True) > > I use this interface to generate the form. The date schemas are rendered as > a single text block. > > How do I get it to display a data picker widget instead of the boring > square text box? >
Same question here, I would like to use a date widget to ask users their birth date without having to check if users enter the date on the correct strformat :) Cheers, > _______________________________________________ > Product-Developers mailing list > [email protected] > https://lists.plone.org/mailman/listinfo/product-developers > > -- *Gil Forcada** *C/Llacuna, 166 2n.2a (Edifici Llacuna) telf: 93.188.88.12 - 619.65.34.92 fax: 93.320.93.97 (08018) BARCELONA [email protected] www.usecm.com
_______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/product-developers
