@@ -10,4 +10,4 @@ file that was distributed with this source code.
#}
{% extends 'SonataAdminBundle:CRUD:list_integer.html.twig' %}
-{% block field%}{{ value|date }}{% endblock %}
+{% block field%}{{ value|date('F j, Y') }}{% endblock %}