Skip to content

Platform: Calendar Component Techical Design

kavya-b edited this page May 13, 2020 · 3 revisions

See Fundamental NGX: Core implementation of Calendar.


i18n

Link to general support for i18n: Supporting internationalization in ngx/platform

Core's Calendar is handling i18n in its own way: core internationalization

Special Usecase: No

Redesign Required: No


@From Sushma As per Fiori : update core with below types during development:

There are different calendar types:

  1. Single Day Selection: This type allows the user to select one single day at a time.
  2. Single Interval Selection: This type enables the user to select an interval or one entire week.
  3. Multiple Day Selection: This type allows the user to select multiple days, that do not have to be next to each other. Selecting entire week(s) and a date range is also possible.
  4. Multiple Months: If users need the context of more than one month for their date selection, the multiple month type of the calendar should be used. You can decide whether single day selection or multiple selection (like multiple days, entire weeks and date ranges) is possible. It is not recommended to display more than two or three calendars at the same time.
Clone this wiki locally