How to zip a modified file 15 days before but not scanning my sub directory files

I am using zip -m option to zip my files, but i dont want my sub directories files to be zipped

I'm not sure I understand this question. But maybe you want this command:
find . \( ! -name . -prune \) -type f -mtime +14