User login |
Symfony Forms - Date input with greek format date (day-month-year) with sfExtraFormPluginSymfony Forms - Date input with greek format date (day-month-year) with sfExtraFormPlugin with default date the current. $dateWidget = new sfWidgetFormI18nDate(array( $this->setWidget('proposal_date', new sfWidgetFormJQueryDate(array( $this->setDefault('proposal_date', date('Y-m-d'));
|