Forum Discussion

olivermah's avatar
olivermah
Qrew Assistant Captain
8 years ago

Is there any way to customize the popup calendar to pop up 2 months worth of calendars as opposed to just 1?

  • Trivial:



    Use IOL, BOL, SW etc with this essential code:
    $("#_fid_6").datepicker("option", {
      numberOfMonths: 2
    });
    Could someone please ask a difficult question?