Daianne Caetano Figueredo Souza wrote:
Swatantra Kumar wrote:
Do you want to show the previous day or also wants to disable current date in datepicker?
I want to take the date today.
In this case, just instantiate the class without any defaultDate value (default is null, which means today)
$( ".selector" ).datepicker(
);