Posiadam taki kod...
<?php $data1='<input type="date" name="start" min='.$today.' placeholder="dd.mm.rrrr" />'; $data2='<input type="date" name="koniec" min='.$today.' placeholder="dd.mm.rrrr"/>';?> <!--pole kalendarza--> <link rel="stylesheet" href="jquery-ui.css"> <script src="jquery-ui/jquery-ui.js"></script> <link rel="stylesheet" href="jquery-ui/jquery-ui.css"/> <script> $(function() { $( ".datepicker" ).datepicker({ minDate: 0, maxDate: "+1Y +10D" }); }); </script> <!-- koniec pola kalendarza -->
<div class="sidebar" style="float: right; margin-top: 40px;" > <form action="sendrez.php" method="POST" style="margin:0px;"> <table id="table" border="0" style="text-align:left;padding:0px 15px 1px 15px;width:150px;"> <tr> </tr> <tr width="150px"> </tr> <tr width="150px" > </tr> <tr> </tr> <tr width="150px"> </tr> <tr> </tr> <tr> </tr> <tr width="150px"> </tr> <tr> </tr> <tr width="150px"> </tr> <tr> </tr> <tr width="150px"> <td > <select name="pokoj" style="background:whitesmoke;width:250px;"> </select> </td> </tr> <tr width="150px"> </tr> <tr> </tr> <tr height="40px"> </tr> </table> </form> </div>