2 Replies Latest reply on Sep 7, 2007 5:34 AM by pmuir

    rich:calendar

    pmuir

      Just checking I'm not being dumb, but I can't see a way to limit the range of dates available - i.e display dates from 1999 - 2010 only. If its not there, tell me and I'll add a feature request (not urgent)

        • 1. Re: rich:calendar
          ilya_shaikovsky

          You need to use your own JS in "oncurrentdatechange" event to prevent swithching the calendar on the client.

          If your calendar will be updated externally (I mean value could be changed from another component) - you also need to use server side validation to prevent switching to wrong date.

          • 2. Re: rich:calendar
            pmuir

            Any chance of a quick code example?