I'm not certain how to search using the Date field. It seems I can add the year and it will filter properly, but I cannot filter on a substring or on a given day.
Re-assigning it to Sachin. This is a known issue with quick search filter field - a component from jide. It works based on the value before formatting and in this case it is toString value of Date object.
http://docs.oracle.com/javase/6/docs/api/java/util/Date.html#toString()
Issue #8811 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |
Re-assigning it to Sachin. This is a known issue with quick search filter field - a component from jide. It works based on the value before formatting and in this case it is toString value of Date object.
http://docs.oracle.com/javase/6/docs/api/java/util/Date.html#toString()