How you can create an extension in twig, that does the same as this PHP code:
public function nombredia($nombredia)
{
$dias = array('','Lunes','Martes','Miercoles','Jueves','Viernes','Sabado','Domingo');
$fecha = $dias[date('N', strt...
asked by
25.05.2017 / 22:32