Ok, so I checked the forums and of course I found a few posts about this, but it was a problem relating to versions previous to 2.0.2. My guess is that this is an easy fix for you guys given you solved it several versions ago.
You can accomplish this by making a copy of /wp-content/plugins/the-events-calendar/views/table.php and placing in an ‘events’ folder in your theme. Then on line 56 change:
$days_in_month = date("t", intval($date));
to:
$days_in_month = 31;
I hope that helps but let me know if you need anything else.
Hmmm, it should work, it does for me. Can you paste your table.php file to http://snippi.com/?
Are you editing this in the override file or the core file?
I tried your version of table.php in theme/events and that works for me. What happens if you switch to the Twenty Eleven theme? Does the modification work for you then? If so, it might be a conflict with your theme and in that case I’d like a copy of your theme to try and figure out what’s going on. You can email to pro [at] tri [dot] be