• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.7.0, 2.0.0
    • None
    • None
    • None

      When you choose to display event between "3 month earlier and 3 month later", the jquery calendar is configured as following :

      $j("#calendar-id").datepicker({
             minDate: '-3M',
             maxDate: '+3M',
             dateFormat: 'yy-mm-dd'
      });
      

      If the date of the day is the june 14th, the event between march 14th and septembre 14th will be displayed.

      We want the events between march 1st and septembre 30th.

      So the calendar should be configured with the specific dates:

      $j("#calendar-id").datepicker({
             minDate: Date(01/03/16),
             maxDate: Date(30/09/16),
             dateFormat: 'yy-mm-dd'
      });
      

          [CAL-59] Wrong date range

          Laurence Aumeunier made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Laurence Aumeunier made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: Patch available [ 10005 ] New: Resolved [ 5 ]
          Quentin Glinel-Mortreuil (Inactive) made changes -
          Assignee Original: Quentin Glinel-Mortreuil [ quentin ] New: Laurence Aumeunier [ laurence ]
          Quentin Glinel-Mortreuil (Inactive) made changes -
          Status Original: Open [ 1 ] New: Patch available [ 10005 ]
          Quentin Glinel-Mortreuil (Inactive) made changes -
          Attachment New: CAL_49.patch [ 17883 ]
          Laurence Aumeunier made changes -
          Assignee New: Quentin Glinel-Mortreuil [ quentin ]
          Laurence Aumeunier made changes -
          Description Original: When you choose to display event between "3 month earlier and 3 month later", the jquery calendar is configured as following :
          {code}
          $j("#calendar-id").datepicker({
                 minDate: '-3M',
                 maxDate: '+3M',
                 dateFormat: 'yy-mm-dd'
          });
          {code}

          If the date of the day is the june 14th, the event between march 14th and septembre 14th will be displayed.

          We want the events between march 1st and septembre 30th.

          So the calendar should be configured as :
          {code}
          $j("#calendar-id").datepicker({
                 minDate: 01/03/16,
                 maxDate: 30/09/16,
                 dateFormat: 'yy-mm-dd'
          });
          {code}
          New: When you choose to display event between "3 month earlier and 3 month later", the jquery calendar is configured as following :
          {code}
          $j("#calendar-id").datepicker({
                 minDate: '-3M',
                 maxDate: '+3M',
                 dateFormat: 'yy-mm-dd'
          });
          {code}

          If the date of the day is the june 14th, the event between march 14th and septembre 14th will be displayed.

          We want the events between march 1st and septembre 30th.

          So the calendar should be configured with the specific dates:
          {code}
          $j("#calendar-id").datepicker({
                 minDate: Date(01/03/16),
                 maxDate: Date(30/09/16),
                 dateFormat: 'yy-mm-dd'
          });
          {code}
          Laurence Aumeunier made changes -
          Fix Version/s New: 1.7.0 [ 13100 ]
          Fix Version/s New: 2.0.0 [ 12790 ]
          Laurence Aumeunier made changes -
          Description Original: When you choose to display event between "3 month earlier and 3 month later", the jquery calendar is configured as following
          {code}
          $j("#calendar-id").datepicker({
                          minDate: '-3M',
                          maxDate: '+3M',
                          dateFormat: 'yy-mm-dd'
                      });
          {code}
          New: When you choose to display event between "3 month earlier and 3 month later", the jquery calendar is configured as following :
          {code}
          $j("#calendar-id").datepicker({
                 minDate: '-3M',
                 maxDate: '+3M',
                 dateFormat: 'yy-mm-dd'
          });
          {code}

          If the date of the day is the june 14th, the event between march 14th and septembre 14th will be displayed.

          We want the events between march 1st and septembre 30th.

          So the calendar should be configured as :
          {code}
          $j("#calendar-id").datepicker({
                 minDate: 01/03/16,
                 maxDate: 30/09/16,
                 dateFormat: 'yy-mm-dd'
          });
          {code}
          Laurence Aumeunier made changes -
          Description Original: When you choose to display event between "3 month earlier and 3 month later", the jquery calendar is configured as following
          {
          New: When you choose to display event between "3 month earlier and 3 month later", the jquery calendar is configured as following
          {code}
          $j("#calendar-id").datepicker({
                          minDate: '-3M',
                          maxDate: '+3M',
                          dateFormat: 'yy-mm-dd'
                      });
          {code}
          Laurence Aumeunier created issue -

            laurence Laurence Aumeunier
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: