Hola!
Tengo el siguiente código y no funciona el datepicker. ¿Por qué? Gracias.
Código HTML:
Ver original<!doctype html>
<link rel="stylesheet" href="../../../Estilos/Estilos.css"> <link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"> <script src="http://code.jquery.com/jquery-1.10.2.js"></script> <script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script> $(function() {
$( "#CalendarioFechaCreacion" ).datepicker({
changeMonth: true,
changeYear: true
});
});
<?php
// incluyo la cabecera porque no me han echado antes
include ("../../Cabecera/CabeceraRol".$_SESSION['RolUsuario'].".php");
?>
<div class="LineaCampos"> <label class="InputLabel">Fecha de creación
</label> <input type="text" id="CalendarioFechaCreacion" name="FechaCreacion" class="InputText"> <a href="Todas.php"><button class="Boton1" type="button">Mostrar todas
</button></a>