Hi,
I am using LastWriteTime property for a file which I use, to print the last modified time. However, here when I use I get a value like-
"3/13/2012 10:40:45 AM".
Can you tell me how to ignore seconds here meaning the output should be like: 3/13/2012 10:40 AM
Thanks
Loading

Arjun PanwarPosted Mar 13, 2012, 6:55 AM
Gohil JayendrasinhPosted Mar 13, 2012, 1:39 AM
string date = File.GetLastWriteTime("file").ToString("g");
if Asnwer is working for you then
Please check Accepted Asnwers