Remove files by dates

I've tried every way possible to remove files by date and nothing seems to work. Does anyone have an idea how to remove files by dates? Thanks in advance....

The find() command will do this. There are many flags which will find a command based on date, time, modification, etc. Then you use the -exec switch to remove the file. Try 'man find' on your system and locate the switch that is right for your needs.