Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 8069 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 8069 Rev 12100
Línea 85... Línea 85...
85
            ]
85
            ]
86
        ]);
86
        ]);
Línea 87... Línea 87...
87
        
87
        
88
        $this->add([
88
        $this->add([
89
            'name' => 'last_date',
89
            'name' => 'last_date',
90
            'type' => \Laminas\Form\Element\Text::class,
90
            'type' => \Laminas\Form\Element\Date::class,
91
            'attributes' => [
-
 
92
                'maxlength' 	=> 10,
91
             'attributes' => [
93
                'id' 			=> 'last_date',
92
                'id' 			=> 'last_date',
94
            ]
93
             ],
95
        ]);
-
 
Línea 96... Línea 94...
96
        
94
        ]);
Línea 97... Línea 95...
97
 
95
 
98
    }
96
    }