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.
我可以得到空日期吗?如果我没有从 datepicker 输入任何日期。我想将日期控件显示为空白,如果用户不输入或选择任何日期,则返回 null。我正在使用 Kendo Ui。
您可以简单地检查已绑定日期选择器的字段的值。
如果它为空,则返回 null,否则将其值作为日期返回。