Posts Tagged ‘symfony’

Quick Tip: using format option with sfWidgetFormJqueryDate

It is not well documented how to use the format option for sfWidgetFormJQueryDate in the sfFormExtrasPlugin for Symfony 1.4. However, once I learned about sfWidgetFormJQueryDate’s date_widget option it was pretty easy.  Just create a new date widget and use the format option there. The example below needs to be in your form’s configure method and [...]

More »