views:

30

answers:

1

I have a calendar extendar issue that I seems tough for myself. I am trying to restrict my nifty feature to display the current month and the month prior ONLY. Is there anyone who can help with that? if possible

+1  A: 

Here is an article (see tip 6) showing how to prevent a user from selecting a date greater than the current. You can probably see how to adapt it to work for your requirements.

RichardOD