0
在magento日曆中是否有類似於this的方法?在Calendar Datepicker問題中僅選擇月份和年份
這是我的代碼:
Calendar.setup({
inputField: "myfield",
ifFormat: "%m/%e/%Y",
showsTime: false,
button: "_myfield_date_trig",
align: "Bl",
singleClick : true,
disableFunc: function(date) {
// show only month and year
}
});