Jaxel
Well-known member
The XF dateinput form field is kinda awesome this time around:
What sort of advanced options can I define with this field? Can I define a minimum date?
Can I link two dateinput fields together, so that one can't be before the other?
Code:
<xf:dateinput name="end[date]" value="{{ date($xf.time, 'Y-m-d') }}" />
What sort of advanced options can I define with this field? Can I define a minimum date?
Can I link two dateinput fields together, so that one can't be before the other?