Rev 4691 |
Rev 4694 |
Ir a la última revisión |
Mostrar el archivo completo |
|
|
Autoría |
Ultima modificación |
Ver Log
|
| Rev 4691 |
Rev 4692 |
| Línea 11... |
Línea 11... |
| 11 |
$this->inlineScript()->appendFile($this->basePath('vendors/fullcalendar/fullcalendar.js'));
|
11 |
$this->inlineScript()->appendFile($this->basePath('vendors/fullcalendar/fullcalendar.js'));
|
| 12 |
$this->inlineScript()->appendFile($this->basePath('vendors/fullcalendar/locale/es-us.js'));
|
12 |
$this->inlineScript()->appendFile($this->basePath('vendors/fullcalendar/locale/es-us.js'));
|
| 13 |
$this->inlineScript()->appendFile($this->basePath('vendors/popper/umd/popper.js'));
|
13 |
$this->inlineScript()->appendFile($this->basePath('vendors/popper/umd/popper.js'));
|
| Línea 14... |
Línea 14... |
| 14 |
|
14 |
|
| Línea 15... |
Línea 15... |
| 15 |
|
15 |
|
| 16 |
$defaultDate = date('Y-M-d');
|
16 |
$defaultDate = date('Y-m-d');
|
| 17 |
|
17 |
|