开发者

Display 2 weeks in view calendar

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜