Example
01.11.2025
24.09.202501.10.202515.10.202528.02.2026
01.11.2025

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}"/>