Hi,

I am reading an xml file into a dataset and then trying to filter the records on a date field.

The date in the xml file looks like this:

<sdate>2007-19-17T00:00:00+01:00</sdate>

Whatever way I try and use the rowfilter method it return 0 items.

How do you filter on a date?

Thanks.