How can I check whether a string received from an excel cell contains last month date

Hi All,

Can you please tell me how can i check whether a string value received from an excel read cell activity contains last month date.

Please help me.

Thanks.

Hi @Poonam_Yadav

You check like this

Currentrow(“excel column name”)= now.AddMonths(-1).ToString

Thanks
Robin