Enterprise ready React Calendar component
The Calendar component for React enables the selection of a date using a monthly calendar display. In addition to customizing the first day of the week you can define the available cultures. The component enables content localization for different languages and date formats. Each localization is contained within its own file with the language code appended to the name, e.g. AngularJS.glob.de-DE.js for German. The localization file has to be in the same place as the jqxcalendar.js. You can set the localization to all Calendar instances by configuring the Calendar's culture property. The React Calendar can be enabled, disabled and configured for right-to-left support. In addition it can display the number of the week of the year. To enable this feature you have to set the showWeekNumbers property to true. Special dates can be added by invoking the addSpecialDate method. In addition the component supports keyboard navigation and range selection.