Code |
Context $fecha = $fecha[0];
$fecha = split('-', $fecha);
return mktime(0, 0, 0, $fecha[1], $fecha[2], $fecha[0]);
$fecha = array(
"2010",
"09",
"www.silentdesigns.cl"
)
mktime - [internal], line ??
CalendariosHelper::hacerStamp() - APP/views/helpers/calendarios.php, line 17
CalendariosHelper::fechaTextual() - APP/views/helpers/calendarios.php, line 21
include - APP/views/actividades/dia.ctp, line 11
View::_render() - CORE/cake/libs/view/view.php, line 736
View::render() - CORE/cake/libs/view/view.php, line 431
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83