-1
これは私のhtml
コードです:私は私のカレンダーで、前の月を表示したいどのように前の月をカレンダーにのみ表示できますか?
<div class="input-group input-medium date date-picker"
data-date=""
data-date-format="yyyy-mm-dd"
data-date-viewmode="years"
data-date-minviewmode="months"
data-date-end-date="+0d">
<input name="water.month" type="text" value="${water?.month}" class="form-control" id="months">
<span class="input-group-btn">
<button class="btn btn-info" type="button"><i class="fa fa-calendar"></i></button>
</span>
</div>
。どうすればいいですか?
ですどのdatepickerプラグインを使用していますか? – BenM
bootstrap datepicker –
RTM:['startDate'](https://bootstrap-datepicker.readthedocs.io/en/latest/options.html#senddate)と[' endDate'](https://bootstrap-datepicker.readthedocs .io/en/latest/options.html#startdate)。 – BenM