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>