The XdevInlineDateField is a date selector that contains a monthly overview for selecting or displaying an individual date. With the help of the control bar, you can navigate back and forth by month and year. The XdevInlineDateField is a form component, and it can be persisted via the XdevFieldGroup.
Important properties:
RangeStart - Only the period after this date is visible.
RangeEnd - Only the period up to this date is visible.
Resolution
null - Calendar with day view (like DAY).
SECOND - Additional time display accurate to the second.
- MINUTE - Additional time display accurate to the minute.
- HOUR - Additional time display accurate to the hour.
- DAY - Standard view. Calendar with day view.
- MONTH - The control bar but not the calendar is displayed. You can use the control bar to navigate back and forth by month.
- YEAR - Only the control bar without calendar is displayed, with which you can navigate back and forth by year.
ShowISOWeekNumbers - Shows the respective calendar weeks.
- TimeZone - Determines a fixed time zone. When null is selected, the local timezone is automatically applied.
- DateFormat- Specify the format of the date and time by specifying the corresponding ISO format characters; , e.g., dd.MM.yyyy for the date and hh:mm for the time. When null is selected, the local standard format is automatically applied.
Lenient - Accepts different date formats.
...
Note:
- Date methods deprecated : A - A number of different methods for the Date class are indicated as deprecated. However, Vaadin currently supports only the Date class.
...