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

Customize ngx inline daterangepickerfor Month and week short name and disable Month and year click view #5563

Open
rdeshpande29 opened this issue Dec 4, 2019 · 0 comments

Comments

@rdeshpande29
Copy link

Hi,
I am trying to customize inline with config object to display month name and week names as short name but I am not able to achieve the same .And also how can I disable the click on month and year on calendar header. I dont want months and years to be accessed from button click.

bsConfig: Partial;
this.bsConfig = Object.assign({}, {
displayMonths : 1,
showWeekNumbers:false,
selectWeek:false,
minDate:new Date(),
adaptivePosition: false,
formatMonth: "MM",
});

image

To Acheive:
image

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

No branches or pull requests

3 participants