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.
使用果园 1.6。我创建了一个使用内容类型的表单,该表单使用一个字段(日期和时间),它允许用户使用日期选择器来选择日期。
麻烦的是用户可以选择任何日期。我希望将日期设置为今天,并禁用其他日期。这怎么可能?谢谢你的回复
如果您想知道的位置,DateTimeField那么只需转到以下目录:
DateTimeField
Orchard.Fields/Views/EditorTemplates/Fields/DateTime.Edit.cshtml
但是改变果园的田地不是一个好习惯,因为你的情况很特殊。推荐的方法是创建你自己的EditorTemplate并集成jquery-ui datepicker到你的模板视图中。
EditorTemplate
jquery-ui
datepicker