Search code examples
jquerydatapicker

Jquery date picker with custom date


I am trying to show date after 2 years and 3 months from today on JQuery UI 1.8.10 date picker. Please suggest.


Solution

  • .datepicker("setDate", '+3m +2y');