I followed the example from this website:
https://blogs.oracle.com/apex/post/date-picker-support-241.
I used the Range facet using a start and end date approach.
However, when implementing it, I encountered a display issue.
For example, if my data contains dates from 01/01/2025 to 15/01/2025,
When selecting the start and end dates based on this range, the data for 15/01/2025 does not appear.
To display the data for 15/01/2025, I have to select 16/01/2025 instead.
@monica-godoy-oracle