If your crontab command has a % symbol in it, cron tries to interpret it. So if you were using any command with a % in it (such as a format specification to the date command) you will need to escape it.
That and other good gotchas here:
http://www.pantz.org/software/cron/croninfo.html