How to change the creation date of a file in OS X

If you need to change the “date modified” and “date created” attributes of some file. In OS X can be easily done using the Unix console. Change date created For changing the creation date just use use the command touch -t followed by the date and the path of the file. The date has the following format [[CC]YY]MMDDhhmm[.SS]]: CC The …