prev/next buttons from date pick calendar
Hi,
I don't know why I can't see the prev/next buttons from the calendar, can you pls help?
Thanks
<link href="css/jquery-ui-1.8.2.custom.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="/js/jquery-ui-1.8.2.custom.min.js"></script>
<script src="js/grid_tool_bar.js"></script>
<script type="text/javascript">
$(function() {
$("#to_date").datepicker();
$("#from_date").datepicker();
});
</script>
<form method="post" action="">
To Date: <input id="to_date" type="text" name="to_date" value="" size="15" >
Date From: <input id="from_date" type="text" name="from_date" value="" size="15" >
</form