Date Interval Selection
-
How to make date selection work like if i want to select all data which the date was between 5/11/2005 and 6/7/2005. And how to calculate if the differences from date above is 34 days, or how many month differences. So far im using dataview.rowfiler to filter filled datatable from certain date to date, like this: dv.RowFilter = "date < '" & DateTimePicker1.Value.Date & "'" but sure above code doest work(not error) and return no value.
-
How to make date selection work like if i want to select all data which the date was between 5/11/2005 and 6/7/2005. And how to calculate if the differences from date above is 34 days, or how many month differences. So far im using dataview.rowfiler to filter filled datatable from certain date to date, like this: dv.RowFilter = "date < '" & DateTimePicker1.Value.Date & "'" but sure above code doest work(not error) and return no value.
go to index of your MSDN write dataview in the list click searching under dataview and I hope this will solve your problem