You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-...@googlegroups.com
On Wed, 2012-09-26 at 00:21 -0700, Viirak H wrote:
> date_of_birth = colander.SchemaNode(colander.Date())
>
> by default deform would just generate a jquery datepicker field on
> colander.Date() schema or using DateInputWidget()
> Which i dont think it's good idea. Is there anyway to just have it
> generate a simple day-month-year selection choices as field?
> DateInputWidget should give this option.