primefacesdatepickerdaterangepicker

Primefaces DatePicker Range Selection with Time


We use a DatePicker component in our project. Primefes Version 10.

<p:datePicker id="range" selectionMode="range" showTime="true" />

Period selection works great:

enter image description here

The selected period will be deleted when I change the time.

enter image description here

Is it possible to use Date Range Picker with a Time?


Solution

  • Currently that is not available but has been requested on GitHub. I suggest you go upvote the issue there.

    See Issue: https://github.com/primefaces/primefaces/issues/5037