How to get the file creation date with find command

Is it possible to find all files based on the date of creation? And if so, how? I've been looking at the find command but it seems that only modification times are used as an option.

Unix and Unix-like operating systems do not record a file creation date. Best you can do is date of last modification of the file.