I am trying to filter the records by current month in Excel by using the Filter Data table activity on the column and the value I have given as Datetime.now.tostring(“MM”) .but Data table is empty.
Can any one please correct me regarding this.
Fisrt I have converted the date format for each row by using the assign activity
Convert.ToDateTime(row.item(“Start Time”)).tostring(“MMMM”)
After that I have filtered the Data Table by DateTime.Now.Tostring(“MMMM”)
Like this I got the desired result.