Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jQuery FullCalendar を使用しており、月表示で実際の週だけを表示したい
これは私が欲しいもののイメージです: http://hpics.li/c6680b1
カレンダーをセットアップするときは、使用するだけですdefaultView: 'basicWeek'
defaultView: 'basicWeek'
$('#calendar').fullCalendar({ header: { left: '', center: 'title', right: '' }, defaultView: 'basicWeek', ...your other settings. });
出典:ベーシック ウィークと利用可能なビュー