How To filter date

how to filter a data table so that the date is less than 2017-12-01, exactly in that format. ExtractData.Select ("Date <‘2017-12-01’) does not work.Capturar

@GabrielMoreno Refer This post

@GabrielMoreno, you forgot to add " between 01’ and ).

ExtractData.Select ("Date <‘2017-12-01’")

not work

Have any example using Datascraping?

@GabrielMoreno, can you send your workflow?

thx, it’s works.