Linux - Files - Change file date

To change the date on all files in a folder to 19th February 2009 at 18:00.

sudo touch * -t "200902191800"

NOTE: Replace * with the actual file name if you do not want to correct all files in the current folder.