Change date style backend symfony
I generated开发者_如何学运维 the backend on my project and the date appears like October 10, 2011. I need it to appear like 10/10/2011. How do I do it?
thank you
You can use the date_format pattern, e.g.
lastseen_at: { label: Last visit, date_format: dd/MM }
精彩评论