Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In datepicker switch, previous and next links should be invisible and does not change over the years disabled #1906

Open
benblinky opened this issue Jun 1, 2016 · 0 comments

Comments

@benblinky
Copy link

Datepicker version used is 1.6.1 on https://eternicode.github.io/bootstrap-datepicker/?markup=input&format=dd%2Fmm%2Fyyyy&weekStart=1&startDate=01%2F06%2F2016&endDate=01%2F12%2F2017&startView=2&minViewMode=0&maxViewMode=4&todayBtn=true&clearBtn=false&language=fr&orientation=auto&multidate=&multidateSeparator=&autoclose=on&todayHighlight=on&keyboardNavigation=on&forceParse=on#sandbox

Example code :
$('#sandbox-container input').datepicker({
format: "dd/mm/yyyy",
weekStart: 1,
startDate: "01/06/2016",
endDate: "01/12/2017",
startView: 2,
todayBtn: true,
language: "fr",
autoclose: true,
todayHighlight: true
});

In datepicker switch, previous and next links should be invisible and does not change over the years disabled.

In my example, between 2016 and 2017, the interface containing the years 2019 to 2030 should not be accessible.

is there a way to implement this behavior on the current or future release. ?

thank you in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant