This is using find and -mtime in Centos Linux, it simply takes "n" (which is a day) as a number and you can specifiy a + or - to say older or less than a certain age.
# (show everything older than 1 day)
find . -mtime +1
mtime, centos, linux, quot, specifiy,