I have a table with string values in the format of Friday 20th April 2012 in a field called Film_Release
I am looping through and i want to convert
If you are using Twig templates for Symfony, you can use the classic {{object.date_attribute.format('d/m/Y')}} to obtain the desired formatted date.
{{object.date_attribute.format('d/m/Y')}}