Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
185 views
in Technique[技术] by (71.8m points)

javascript - 如何在日历设置中放入2 dateStatusFunc?(How to put 2 dateStatusFunc in Calender setup?)

Calendar.setup ({
        inputField : "date", ifFormat : "%Y-%m-%d", showsTime : false, button : "date", singleClick : true, step : 1, dateStatusFunc : dateRange,dateStatusFunc : dateRange1
        });

I want to put 2 dateStatusFunc in the Calender setup .How do I do it ?
Any solution for this ?

I want to block last month dates as well as next month dates .

(我想屏蔽上个月的日期以及下个月的日期。)

  ask by chetana lotliker translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...