Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12098 Rev 12099
Línea 331... Línea 331...
331
            $form = new  PerformanceEvaluationEvaluationForm($this->adapter, $currentCompany->id);
331
            $form = new  PerformanceEvaluationEvaluationForm($this->adapter, $currentCompany->id);
332
            $actual_date = time();
332
            $actual_date = time();
333
            $last_dt = strtotime($dataPost['last_date']);
333
            $last_dt = strtotime($dataPost['last_date']);
334
                return new JsonModel([
334
                return new JsonModel([
335
                    'success' => false,
335
                    'success' => false,
336
                    'data' => strtotime(date($dataPost['last_date']))
336
                    'data' => $dataPost['last_date']
337
                ]);
337
                ]);
Línea 338... Línea 338...
338
            
338
            
Línea 339... Línea 339...
339
            $form->setData($dataPost);
339
            $form->setData($dataPost);