You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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",
});
To Acheive:
The text was updated successfully, but these errors were encountered: