Hello, I'm new to S.A.B. and I need to know how can I code my own custom filter types, since using the native Symfony 2's Form Types doesn't seem to suffice.One point I'm specially interested in are the date time types, since SAB does not take advantage of the new HTML5 date-time input type. I'd like to use the built in datetime input type and use HTML5 Web Shims to provide support for older browsers.
--
You received this message because you are subscribed to the Google Groups "sonata-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonata-users...@googlegroups.com.
To post to this group, send email to sonata...@googlegroups.com.
Visit this group at http://groups.google.com/group/sonata-users.
For more options, visit https://groups.google.com/d/optout.
$datagridMapper->->add('startTime', null, array(), 'sonata_type_datetime_picker');