Our powerful JS Calendar component


Post by jeff.wang »

Hi,

I set the startDate value in config, bug it is not work for calendar month view like below image, i can't confirm the reason.

Image

Thank you!


Post by tasnim »

MonthView doesn't have any startDate config. If you go here https://bryntum.com/docs/calendar/api/Calendar/widget/MonthView and search for startDate you won't find any config


Post by jeff.wang »

the monthView demo has it:

Image

the docs of monthView has the content like below:

Image


Post by tasnim »

I haven't seen that sorry, When you give the start date it's not going to show from the date you provided, whatever start date you provide it's going to calculate the date from the start date and will show the full month.

Good Luck :)
Tasnim


Post by jeff.wang »

You mean the startDate is not available for the config?


Post by tasnim »

It's available but whatever date you give it's going to show you the month in monthView


Post by jeff.wang »

ok, do you plan to modify it or not in the future version?

Thank you!


Post by Animal »

A MonthView will always show one month starting from the first week in that month (May include days from the previous month)

You cannot tell a month view to start at a certain date. It shows the month.

What application requirement do you have?


Post Reply