tsgrp / ActiveWizard

OpenContent Dynamic Forms and Workflow
http://www.tsgrp.com/products/opencontentforms/
4 stars 0 forks source link

Blackout Dates #103

Open gsteimer opened 10 years ago

gsteimer commented 10 years ago

Blackout date configurations should be supported in the HTML5 Active Form based on the existing config in AW admin. Users should be able to configure (listed in order of priority):

abrown45 commented 3 years ago

Date Future and Date Past

Investigate workflowruleevaluator.js

$("#datepicker").datepicker({ maxDate: new Date, minDate: new Date(2007, 6, 12) }); great example to limit dates. datepicker options

abrown45 commented 3 years ago

validationservice.js Validation.compare.date. regex etc