Hi All,
I have a datatable called Marketplace . one of the column is Bot Modified Date . i want to updated all the rows in that column with today’s date . i am using the below code in assign statement
MarketDT.Columns(“Bot Modified Date”).Expression=System.DateTime.Now.ToString(“MM-dd-yyyy”)
but when i try to write the dt value for Bot Modified Date comes as -2047
please help