Skip to main content

Bug Tracker

Side navigation

#11855 closed bug (invalid)

Opened June 04, 2012 09:02PM UTC

Closed June 04, 2012 09:09PM UTC

datepicker (min|max)Date

Reported by: viktors2008@yandex.ru Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

if set options minDate or maxDate

after initial datepicker, real (min|max)Date settings in value +1 month

var d = new Date(2012, 5, 5)

$( obj ).datepicker( "option", "maxDate", d );

// datepicker display maxdate as 2012/06/05

//equivalent to for minDate option

bug reproduced for dateformat "dd.mm.YYYY"

in version 1.8.2

Attachments (0)
Change History (1)

Changed June 04, 2012 09:09PM UTC by rwaldron comment:1

resolution: → invalid
status: newclosed

Thanks for contributing. Please file jQuery UI bugs with the jQuery UI bug tracker http://bugs.jqueryui.com/