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
Copy file name to clipboardExpand all lines: components/calendars/README.md
+34-24Lines changed: 34 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# ej2-angular-calendars
2
2
3
-
The calendar package contains date and time components such as calendar, date picker, date range picker, date time picker, and time picker. These components come with options to disable dates, restrict selection, and show custom events. It also has documentation and support available under commercial and community licenses. Please visit [www.syncfusion.com](https://www.syncfusion.com/) to get started.
3
+
The Angular Calendar package contains date and time components such as [calendar](https://www.syncfusion.com/angular-components/angular-calendar?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm),[ date picker](https://www.syncfusion.com/angular-components/angular-datepicker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm), [daterangepicker](https://www.syncfusion.com/angular-components/angular-daterangepicker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm), [datetime picker](https://www.syncfusion.com/angular-components/angular-datetime-picker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm), and [time picker](https://www.syncfusion.com/angular-components/angular-timepicker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm). These components come with options to disable dates, restrict selection, and show custom events. It also has documentation and support available under commercial and community licenses. Please visit [our website](https://www.syncfusion.com/) to get started.
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here(https://www.syncfusion.com/account/manage-trials/start-trials).
9
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can [purchase](https://www.syncfusion.com/sales/products) or start a [free 30-day trial here](https://www.syncfusion.com/account/manage-trials/start-trials).
10
10
11
11
> A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
12
12
@@ -34,22 +34,23 @@ The `calendar` is a graphical user interface component that displays a Gregorian
34
34
35
35
#### Key features
36
36
37
-
*[Date range](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=calendar#/material/calendar/date-range) - Restricts the range of dates that can be selected by using the `min` and `max` properties.
38
-
*[Customization](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=calendar#/material/calendar/special-dates) - Allows complete control over the appearance of the calendar component.
39
-
*[Month or year selection](https://ej2.syncfusion.com/angular/documentation/calendar/calendar-views#calendar-views) - Provides a flexible option to select only a month or year as the date value.
40
-
*[First day of week](https://ej2.syncfusion.com/angular/documentation/calendar/how-to/change-the-first-day-of-week#change-the-first-day-of-week) - Changes the first day of all weeks in every month.
41
-
*[Week number](https://ej2.syncfusion.com/angular/documentation/calendar/how-to/render-the-calendar-with-week-numbers#render-calendar-with-week-number) - Displays the week number of the selected date in the calendar by enabling the week number option.
42
-
*[Disabled dates](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=calendar#/material/calendar/disabled) - Disables any date to prevent the user from selecting that date.
43
-
*[Start and depth view](https://ej2.syncfusion.com/angular/documentation/calendar/calendar-views#view-restriction) - The Calendar has `month`, `year`, and `decade` views that provide flexibility to select dates.
44
-
*[Highlight weekends](https://ej2.syncfusion.com/angular/documentation/calendar/customization#highlight-weekends) - The calendar supports to highlighting every weekend in a month.
45
-
*[Globalization](https://ej2.syncfusion.com/angular/documentation/calendar/globalization#globalization) - Supports globalization (internationalization and localization) to translate the names of months, days, and the today button text to any supported language.
37
+
*[Date range](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/calendar/date-range?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - Restricts the range of dates that can be selected by using the `min` and `max` properties.
38
+
*[Customization](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/calendar/special-dates?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - Allows complete control over the appearance of the calendar component.
39
+
*[Month or year selection](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/calendar/month-picker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - Provides a flexible option to select only a month or year as the date value.
40
+
*[First day of week](https://ej2.syncfusion.com/angular/documentation/calendar/how-to/change-the-first-day-of-week#change-the-first-day-of-week?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - Changes the first day of all weeks in every month.
41
+
*[Week number](https://ej2.syncfusion.com/angular/documentation/calendar/how-to/render-the-calendar-with-week-numbers#render-calendar-with-week-number?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - Displays the week number of the selected date in the calendar by enabling the week number option.
42
+
*[Islamic calendar](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/calendar/islamic-calendar?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - Islamic calendar or Hijri calendar is a lunar calendar consisting of 12 months in a year of 354 or 355 days.
43
+
*[Disabled dates](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/calendar/disabled?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - Disables any date to prevent the user from selecting that date.
44
+
*[Start and depth view](https://ej2.syncfusion.com/angular/documentation/calendar/calendar-views#view-restriction?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - The Calendar has `month`, `year`, and `decade` views that provide flexibility to select dates.
45
+
*[Highlight weekends](https://ej2.syncfusion.com/angular/documentation/calendar/customization#highlight-weekends?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - The calendar supports to highlighting every weekend in a month.
46
+
*[Globalization](https://ej2.syncfusion.com/angular/documentation/calendar/globalization#globalization?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - Supports globalization (internationalization and localization) to translate the names of months, days, and the today button text to any supported language.
@@ -154,15 +155,24 @@ Date time components are also offered in the following list of frameworks.
154
155
Product support is available through the following mediums.
155
156
156
157
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=calendar) support system or [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_campaign=calendar).
157
-
* New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new).
158
+
* New [GitHub issue](https://github.com/syncfusion/ej2-angular-components/issues/new).
158
159
* Ask your queries in Stack Overflow with tag `syncfusion`, `ej2`, and so on.
0 commit comments