Hi, found this code work fine how can we update code,

the code is below

<script type="text/javascript"> var cal_1 = new Calendar({         element: 'inlineCalendar',         inline: true,         months: 3,         dateFormat: 'm/d/Y',         o

nSelect: function (element, selectedDate, date, cell) {                 //do something         } }); </script>

[Click Here](null)

what we need is, only show date which we need like StartDate: 12-12-2012 EndDate: 15-01-2013 and user can only see and pick from this date,

Please help

The documentation only shows minDate. There appears to be no maxDate yet.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.