2 Replies Latest reply on Jul 10, 2008 7:33 AM by ilya_shaikovsky

    Help needed on Calendar

      Component: Rich Calendar

      Can you please let me know whether we can allow selection of dates in calendar between two dates. Like i know the start date and end date. Can i give this as input so that the dates that can be selected in calender is restricted to within the range.

      Request your help

        • 1. Re: Help needed on Calendar

          Request input on this...
          Component: Rich Calendar
          In calendar> How to allow date to be made selectable in calendar within a range i.e. there is a lower and upper date.
          Dates within these only to be selectable

          Rest of the dates - not selectable.

          • 2. Re: Help needed on Calendar
            ilya_shaikovsky

            isDayEnabled attribute could be used. attribute should points to your js function which should return boolean value which means is day disabled or not.

            Also you could manage this from dataModel. But the first way - simplier if you not need additional data.