Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    wrong behaviour of DateRangeItems

    Hi again,

    Criteria from DateRangeItem are not what one can expect for filtering.
    After selecting the same date in "From" and "To" you would expect to see all records from that date instead of nothing.

    After putting 2010-01-01 in both fields you should get criteria like:

    date >= 2010-01-01 00:00:00 and date < 2010-01-02 00:00:00

    in general

    date >= from and date < (to + 1 day)

    Best regards,
    Janusz
Working...
X