I have the following HTML calendar:
<h:inputText t:type="date" value="#{data.dueDate}">
<f:convertDateTime pattern="yyyy-MM-dd"/>
</h:inputText>
How can I add the min
attribute for this?
t
refers to xmlns:t="http://xmlns.jcp.org/jsf/passthrough"