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.
如何设置 dxDateBox 的最小日期和最大日期。我正在使用 Devextreme 控件
<div id="divValidityDate" data-bind="dxDateBox: {}"/>
尝试使用此代码:
<div id="divValidityDate" data-bind="dxDateBox: { min: new Date(2010, 9, 10), max: new Date(2010, 11, 10) }"></div>