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 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.
You check like this
Currentrow(“excel column name”)= now.AddMonths(-1).ToString
Thanks
Robin