var fDesc=new Array(); fDesc[0] = "File Date Corrector for Windows is able to correct simply and fast the system-provided file dates “Created” and “Modified”, taking into account the correct time zone. For this purpose, File Date Corrector is extracting the necessary information from metadata and file information of various files such as pictures, video, audio, documents (Microsoft Office Documents as well as Open Document Formats by Open Office, Libre Office etc.) and PDFs in order to correct the file date “Created” and restore the original creation date / date taken. Alternatively, the program can also use a fixed date or extract the date from the filename using a flexibly determinable date and time format. All possibilities can be applied at the same time and the corresponding priorities are arbitrarily adjustable.

File Date Corrector enables to correct file dates “Created” and “Modified” of complete file directories at once. Before the definitive execution of corrections, a preview with the intended date corrections is displayed."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }