简体   繁体   中英

disable dates in datepicker with orchard

Using orchard 1.6. I've created a form which uses a content type which uses a field (date and time), which allows the user to use a date picker to select the day.

Trouble is the user can select any date. I would like the date to be set for today, and the other dates disabled. How is this possible? thank you for replies

在此处输入图片说明

If you wanna know the location of the DateTimeField then just go to following directory :

  Orchard.Fields/Views/EditorTemplates/Fields/DateTime.Edit.cshtml

but making change to orchard fields is not a good practice , cause your case is very special.the recommended way to do this is to create your own EditorTemplate and integrate jquery-ui datepicker in your Template view.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM