Stable
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
<?php // Necesita sesión y BD abiertas
|
||||
require_once "include/constantes.php";
|
||||
?>
|
||||
<link rel="stylesheet" href="css/jquery-ui.css">
|
||||
<link rel="stylesheet" href="css/calendar.css">
|
||||
<?php
|
||||
require_once "import/periodo.php";
|
||||
?>
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/jquery-ui.js"></script>
|
||||
<script src="js/datepicker-es.js"></script>
|
||||
|
||||
<?php include_once "js/messages.php"; ?>
|
||||
|
||||
|
||||
<!-- <script>
|
||||
$(".date-picker").datepicker($.datepicker.regional["es"]);
|
||||
$(".date-picker").datepicker({
|
||||
dateFormat: "dd/mm/yyyy",
|
||||
changeMonth: true,
|
||||
});
|
||||
<?php // Necesita sesión y BD abiertas
|
||||
require_once "include/constantes.php";
|
||||
?>
|
||||
<link rel="stylesheet" href="css/jquery-ui.css">
|
||||
<link rel="stylesheet" href="css/calendar.css">
|
||||
<?php
|
||||
require_once "import/periodo.php";
|
||||
?>
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script src="js/jquery-ui.js"></script>
|
||||
<script src="js/datepicker-es.js"></script>
|
||||
|
||||
<?php include_once "js/messages.php"; ?>
|
||||
|
||||
|
||||
<!-- <script>
|
||||
$(".date-picker").datepicker($.datepicker.regional["es"]);
|
||||
$(".date-picker").datepicker({
|
||||
dateFormat: "dd/mm/yyyy",
|
||||
changeMonth: true,
|
||||
});
|
||||
</script> -->
|
||||
Reference in New Issue
Block a user