Mobile app version of vmapp.org
Login or Join
Heady270

: Template from ThemeForest in datepicker - unable select date before today I bought a template from themeforest and in any datepicker I can't select a date before today. I can't find any code

@Heady270

Posted in: #Javascript #Jquery

I bought a template from themeforest and in any datepicker I can't
select a date before today. I can't find any code who blocks or range
this control.

In my inline.cs I only have:

$('input.datepicker').datePicker({

clickInput: true,
startDate: '01/01/1995'
});

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Heady270

1 Comments

Sorted by latest first Latest Oldest Best

 

@RJPawlick198

The code for the datepicker is probably in another file and is then made available as a jQuery plugin. In this file you'll find the restriction. Take a look at your tags in your html to figure out where this code might be.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme