Hi
i am using a script task to store a excel file modification date into a variable - However , when i use
Dts.Variables["User::FileLastModifiedDate"].Value= fileInfo.LastWriteTime;
I am returned in the variable
30/12/1899 00:00:00
it should be 06/11/2019 14:31:21
i kindly also need it to be formatted to 06/11/2019 00:00:00 (rounded time)
please help