/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<link rel="stylesheet" href="../css/ui-lightness/jquery-ui-1.8rc3.custom.css" type="text/css" /> <script type="text/javascript" src="../js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="../js/jquery-ui-1.8rc3.custom.min.js"></script> <script type="text/javascript"> //<![CDATA[ $(document).ready(function(){ $('#fecha').datepicker(); }); //]]> </script> <body> <form action="#" method="post"> <fieldset> <label for="fecha">Fecha:</label> <input type="text" name="fecha" id="fecha" /> </fieldset> </form>