how do I remove files from certain date??

I want to remove all files in a certain directory that has a file date of xx.xx.02, anyone know how I can do this on a mass level?

e.g.

rm -rf -d11.20.2001 *.* ??

please help.. thanks how do I remove files from certain date??

 

 

 

 

Top