find files modified in a specific month

hello

i need a way to list files modified in a specific month and move them to a specific directry , i mean somthing like :

find . -modifiedtime "May" -print -exec /usr/bin/mv newdirectory

thank u

Please read the rules and do not cross-post. I have closed your duplicate threads.

Perhaps you could find the answer by looking at the FAQs?