I am having a database containing entries which have a due_date field,which is a DATE type.I want to filter the entries or record s based upon the date criteria,in my case i want to extract the entries whose due_date criteria is more than 10 days before the current date...how to do this....
suggest some solution
Loading
Mahesh ChandPosted Jul 8, 2008, 8:24 AM
Read this article: Calculating Date Difference in C# by Dipal Choksi on Oct 19, 2006
It shows how to calculate date difference in C# using Subtract and TimeSpan objects.