jQuery UI Datepicker disable all days before certain date -


is there way of using mindate in order disable days before date? know can use mindate: 0 disable days before current date, need specificy date , disable dates before date.

i use showdaysbefore think have define list of days want disable..

you can specify this

 mindate: new date(1999, 10, 25), 

Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -