How to delete files older than specific date in Linux

find /path ! -newermt "YYYY-MM-DD HH:MM:SS" | xargs rm -rf