|
|
I'm binding the rss feed to a dataset, and then i'm trying to use myDs.Tables["items"].select("pubDate > '1/1/2000'")
But this isn't working. I also tried using pubDateParsed. I can confirm that both pubDate and pubDateParsed have values, and they are definitely dated after 1/1/2000
How can i go about selecting articles based on their published date?
|
|