Monday, May 22, 2017

laravel- Set default date as tomorrow

I am using bootstrap date picker and I want tomorrow's day as default date in the date picker. Or I don't want to select today's date.

Here is my html code.

<input name = "valid_to" type="text" class = "form-control datepicker valid_to" placeholder = "Valid To" data-date-start-date="d" value = "">



via varVijayShah

Advertisement