The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
Ehh. I'm working with Drupal's Views module, and I only have a text field where I can enter a value. I'll probably just expose the filter and let the user select the date range.
Probably the better of the two options. You can do what you want, just by finding the next two months and finding out what the last day of the 2nd month is.
Posts
(You'll want mktime)
http://stackoverflow.com/questions/1777384/how-to-find-first-day-of-the-next-month-and-remain-days-to-this-date-with-php
That might be helpful to you.