Hello all, I'm configuring the edit form of my backend generator.yml
I had an issue when I tried to format my input_date_tag field. First I used the parm *date_format='dd/MM/yy'* but this didn't work. Then I looked in the code of function input_date_tag. I saw that this parm is retrieved in line: $pattern = _get_option($options, 'format', $withTime ? 'g' : 'd'); So I changed my date_format='dd/MM/yy' by format='dd/MM/yy' and it worked. Now my question is, how does the date_format work in the example that Fabien did for the administration generation. Did this change? Thanks. -- Matías López --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
