<script>
$(function() {
$( "#datepicker").datepicker({
numberOfMonths: 3, showCurrentAtPos: 0,minDate: 0,dateFormat: 'dd-mm-yy', showOn: "button",
buttonImage: "image/cicon.png",
buttonImageOnly: true,
showOn: 'both',
});
});
</script>
$(function() {
$( "#datepicker").datepicker({
numberOfMonths: 3, showCurrentAtPos: 0,minDate: 0,dateFormat: 'dd-mm-yy', showOn: "button",
buttonImage: "image/cicon.png",
buttonImageOnly: true,
showOn: 'both',
});
});
</script>
No comments:
Post a Comment