开发者

Display 2 weeks in view calendar

开发者 https://www.devze.com 2022-12-29 15:08 出处:网络
Is there a way to display only 2 weeks 开发者_C百科using jquery full calendar? please take a look at jQuery UI Documentation

Is there a way to display only 2 weeks 开发者_C百科using jquery full calendar?


please take a look at jQuery UI Documentation

<script type="text/javascript">
$(function() {
    $("#datepicker").datepicker({minDate: -20, maxDate: '+1M +10D'});
});
</script>
0

精彩评论

暂无评论...
验证码 换一张
取 消