Filter using Date in DataTable

Dt = dt.Select(“[Date]>= now.AddMonths(2).ToString”).CopyToDataTable() - try this once

@Altavista

Thanks!