Skip to content

Commit c398834

Browse files
committed
SEO-2943-Angular-NPM-QB-Calendar-Dash
1 parent 06cb1d6 commit c398834

File tree

3 files changed

+85
-57
lines changed

3 files changed

+85
-57
lines changed

components/calendars/README.md

Lines changed: 34 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ej2-angular-calendars
22

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.
44

55
<p align="center" style="width:400px; margin:0 auto;">
66
<img src="https://ej2.syncfusion.com/products/images/calendar/readme.gif" alt="Calendar components">
77
</p>
88

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 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).
1010
1111
> 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.
1212
@@ -34,22 +34,23 @@ The `calendar` is a graphical user interface component that displays a Gregorian
3434

3535
#### Key features
3636

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.
4647

4748
#### Resources
4849

49-
* [Getting started](https://ej2.syncfusion.com/angular/documentation/calendar/getting-started?utm_source=npm&utm_campaign=calendar#getting-started)
50-
* [API reference](https://ej2.syncfusion.com/angular/documentation/api/calendar?utm_source=npm&utm_campaign=calendar)
51-
* [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=calendar#/material/calendar/default)
52-
* [Product page](https://www.syncfusion.com/products/angular-ui-components/calendar)
50+
* [Getting started](https://ej2.syncfusion.com/angular/documentation/calendar/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
51+
* [API reference](https://ej2.syncfusion.com/angular/documentation/api/calendar?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
52+
* [View online demos](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/calendar/default?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
53+
* [Product page](https://www.syncfusion.com/products/angular-components/calendar?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
5354

5455
### DatePicker
5556

@@ -67,7 +68,7 @@ The date picker is inherited from the calendar component. So, all the key featur
6768
* [Getting started](https://ej2.syncfusion.com/angular/documentation/datepicker/getting-started?utm_source=npm&utm_campaign=datepicker#getting-started)
6869
* [API reference](https://ej2.syncfusion.com/angular/documentation/api/datepicker?utm_source=npm&utm_campaign=datepicker)
6970
* [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datepicker#/material/datepicker/default)
70-
* [Product page](https://www.syncfusion.com/products/angular-ui-components/datepicker)
71+
* [Product page](https://www.syncfusion.com/products/angular-components/datepicker)
7172

7273
### TimePicker
7374

@@ -89,7 +90,7 @@ The date picker is inherited from the calendar component. So, all the key featur
8990
* [Getting started](https://ej2.syncfusion.com/angular/documentation/timepicker/getting-started?utm_source=npm&utm_campaign=timepicker#getting-started)
9091
* [API reference](https://ej2.syncfusion.com/angular/documentation/api/timepicker?utm_source=npm&utm_campaign=timepicker)
9192
* [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=timepicker#/material/timepicker/default)
92-
* [Product page](https://www.syncfusion.com/products/angular-ui-components/timepicker)
93+
* [Product page](https://www.syncfusion.com/products/angular-components/timepicker)
9394

9495
### DateTimePicker
9596

@@ -107,7 +108,7 @@ The date time picker is inherited from the date picker and time picker component
107108
* [Getting started](https://ej2.syncfusion.com/angular/documentation/datetimepicker/getting-started?utm_source=npm&utm_campaign=datetimepicker#getting-started)
108109
* [API reference](https://ej2.syncfusion.com/angular/documentation/api/datetimepicker?utm_source=npm&utm_campaign=datetimepicker)
109110
* [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datetimepicker#/material/datetimepicker/default)
110-
* [Product page](https://www.syncfusion.com/products/angular-ui-components/datetimepicker)
111+
* [Product page](https://www.syncfusion.com/products/angular-components/datetimepicker)
111112

112113
### DateRangePicker
113114

@@ -129,14 +130,14 @@ The `date range picker` is a graphical user interface control that allows an end
129130
* [Getting started](https://ej2.syncfusion.com/angular/documentation/daterangepicker/getting-started?utm_source=npm&utm_campaign=daterangepicker#getting-started)
130131
* [API reference](https://ej2.syncfusion.com/angular/documentation/api/daterangepicker?utm_source=npm&utm_campaign=daterangepicker)
131132
* [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=daterangepicker#/material/daterangepicker/default)
132-
* [Product page](https://www.syncfusion.com/products/angular-ui-components/daterangepicker)
133+
* [Product page](https://www.syncfusion.com/products/angular-components/daterangepicker)
133134

134135
## Supported Frameworks
135136

136137
Date time components are also offered in the following list of frameworks.
137138

138-
* [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/calendars?utm_source=npm&utm_campaign=calendars)
139-
* [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/calendars?utm_source=npm&utm_campaign=calendars)
139+
* [React](https://github.com/syncfusion/ej2-react-components/tree/master/components/calendars?utm_source=npm&utm_campaign=calendars)
140+
* [VueJS](https://github.com/syncfusion/ej2-vue-components/tree/master/components/calendars?utm_source=npm&utm_campaign=calendars)
140141
* [ASP.NET Core](https://www.syncfusion.com/products/aspnet-core-ui-controls/calendar)
141142
* [ASP.NET MVC](https://www.syncfusion.com/products/aspnet-mvc-ui-controls/calendar)
142143
* [JavaScript](https://www.syncfusion.com/products/javascript-ui-controls/calendar)
@@ -154,15 +155,24 @@ Date time components are also offered in the following list of frameworks.
154155
Product support is available through the following mediums.
155156

156157
* 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).
158159
* Ask your queries in Stack Overflow with tag `syncfusion`, `ej2`, and so on.
159160

161+
## Related Links
162+
163+
* [Download Free Trial](https://www.syncfusion.com/downloads?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
164+
* [Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
165+
* [Community Forums](https://www.syncfusion.com/forums/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
166+
* [Knowledge Base](https://www.syncfusion.com/kb/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
167+
* [Suggest a feature](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
168+
* [Pricing](https://www.syncfusion.com/sales/products/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
169+
160170
## License
161171

162-
Check the license details [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license).
172+
Check the license details [here](https://github.com/syncfusion/ej2-angular-components/blob/master/license).
163173

164174
## Changelog
165175

166-
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/calendars/CHANGELOG.md).
176+
Check the changelog [here](https://github.com/syncfusion/ej2-angular-components/blob/master/components/calendars/CHANGELOG.md).
167177

168178
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

0 commit comments

Comments
 (0)