year-calendar / js-year-calendar

A fully customizable year calendar widget
https://year-calendar.github.io/
Apache License 2.0
194 stars 71 forks source link

In-between year display #69

Open pelotero-jonathan opened 3 years ago

pelotero-jonathan commented 3 years ago

Is there a configuration to display the year from month to month? Example I want to see March 2021 to March 2022.

Paul-DS commented 3 years ago

This feature is available in v2.0.0. Use the startDate option instead of the startYear option.

elfwine commented 2 years ago

In addition to the v2.0.0 calendar header title's feature, is there any way to customize or add a prefix/suffix? Instead of "2022-2023", I would like it to be "School Year 2022" or "2022 School Year" or "2022 SY" or "SY 2022". I've been looking in documentation how to set it but couldn't find. Thanks.