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
26.05.2017 / 00:32