datatable select and filter with datetime extract months

  • Thread starter Thread starter metallon123
  • Start date Start date
M

metallon123

Guest
Dear vb.net experts,

I got the following code trying to filter on month.

there is no error, the code runs fine but the datatable is not really filtered.

What do I do wrong?

Orders.Select(“orderdate'” & monthsfilter(“MM”) & "’ ").CopyToDataTable



Bye

Phil

Continue reading...
 
Back
Top