OSX - How to get the creation & modification time of a file from the command line

While solving some programming puzzle, I wanted to see how long it took me to write a solution to the problem. To do so, I thought it'd be a good idea to compare the file creation date with the lat...