Example
25.02.2026
25.12.202501.01.202615.01.202631.05.2026
25.02.2026

Date

The jp:sbDateInterval (with SbDateIntervalHandler) is a deprecated date range selector.

The new implementation (with SbDateHandler) will be jp:sbDate with the following features:

  • dateFrom as a java.time.LocalDate
  • dateTo as a java.time.LocalDate
  • Layout: dateFrom - calendarIcon - dateTo
  • Both dateFrom and dateTo can be optional, in this case the input-field will not be rendered.

Features for future implementation:

  • Minimums: dateFromMin and dateToMin
  • Maximums: dateToMin and dateToMax
<jp:sbDate handler="#{sbDateBean.sbhD1}"/>
<jp:sbDate handler="#{sbDateBean.sbhD2}"/>
<jp:sbDate handler="#{sbDateBean.sbhD3}"/>