How can I use a jQuery datetime picker in the symfony admin generator?
A:
Get the sfFormExtraPlugin and download the third-party libraries that the plugin uses (like jQuery, jQuery UI) yourself. The rest should be described on the site I linked to check the "Readme"-tab and the links in there.
jitter
2010-04-26 08:14:36
A:
Admin use symfony forms so the simplest way is to use datepicker widget there and it will be used automatically in generated administration. You can create the widget by yourself or extract it from sfFormExtraPlugin suggested by jitter.
zergu
2010-04-28 07:30:32
A:
sfFormExtraPlugin doesn't have a datetime picker. It has a "date picker". This seems not to be of importance but actually is.
Lashae
2010-07-11 23:01:00