0

My code is:

$('#eventDatePicker').datetimepicker({
        timepicker : false,
        format : 'd.m.Y',
        minDate : 0
    });

how to disable current day in showing date picker

nmkkannan
  • 1,261
  • 4
  • 27
  • 49
  • So all other possible dates should be valid, just not the current day? – j08691 May 13 '14 at 21:13
  • maybe you want to set dates greater than today? then you have to use the mindate option http://api.jqueryui.com/datepicker/#option-minDate – Lord Midi May 13 '14 at 21:33

0 Answers0