我正在使用Bootstrap DatePicker,我想显示印度的财政年度,例如2019-20
,2020-21
等。
jQuery('#year').datepicker({
autoclose: true,
orientation: "bottom",
format: "yyyy",
startDate: '-1Y',
endDate: '+0Y',
viewMode: "years",
minViewMode: "years"
});
答案 0 :(得分:0)