JQuery Datepicker Dates -


What do I want, when blank presses, display only June Calendar and highlight from 2014-06-01 to 2014 - Disable 06-07 or remaining dates. I have seen the post about light illumination and have tried things without success. I would be glad that if someone can help me and be ready for it once, thank you in advance, that I have What is:

  & lt ;; Doctype html & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Meta charset = "UTF-8" /> & Lt; Title & gt; JQuery UI Date Picture - Local People Information & lt; / Title & gt; & Lt; Link rel = "stylesheet" href = "http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css" /> & Lt; Script src = "http://code.jquery.com/jquery-1.9.1.js" & gt; & Lt; / Script & gt; & Lt; Script src = "http://code.jquery.com/ui/1.10.1/jquery-ui.js" & gt; & Lt; / Script & gt; & Lt; Script src = "jquery.ui.datepicker-es.js" & gt; & Lt; / Script & gt; & Lt; Script & gt; $ (Function () {$ ("# date picture"). Click (function () {$ .datepicker.setDefaults ($ datepicker.regional ["es"]); $ ("# datepicker"). {DateFormat: 'Yy-mm-dd', first day: 1});});}); & Lt; / Script & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Input id = "datepicker" type = "text" & gt; & Lt; / Body & gt; & Lt; / Html & gt;  

The date picker widget has the minimum and maximum date attribute.

  & lt; Script & gt; $ (Function () {$ ("# date picture"). Click (function () {$ .datepicker.setDefaults ($ datepicker.regional ["es"]); $ ("# datepicker"). {DateFormat: 'Yy-mm-dd', first day: 1, minute: new date (* enter your start date *), maximum date: new date (* enter your end date *)});}); }); & Lt; / Script & gt;  

Documentation:


Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -