date input

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

date input

Jad El Omeiri
Hi all,

When using FORMS with date fields like that:
<field name="duedate" title="Date"><date-time type="date"/></field> 
is there a parameter to set date restrictions (start date & end date) ?

I know it's quite easy to write it in ftl, and that's what I'm doing now.
But for the future it's good  to know if there's any way to do it directly from FORM widgets without having to write extra redundant codes.

Thanks,
Jad El Omeiri