Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

In order to give you a better service Airbus uses cookies. By continuing to browse the site you are agreeing to our use of cookies I agree

Date & time picker

The date and time picker allows the user to select one or several dates, and to choose an hour.

Date picker

Use the date picker when entering a date.

The date picker has three variants:

  • “Simple date”, a text field without icon allowing the user to enter a date using the keyboard.
  • “Calendar”, a text field with an icon that opens a calendar to allow the user to select a date.
  • “Range”, two text fields with icons allowing the user to enter a period of time.

The user can navigate through the months by using the buttons on either side.

Always make sure to use the right visual style for the right information (see below).

 

 

Datepicker01
Hour picker

The hour picker allows you to enter an exact time.

Two options:

  • Simply use a text field with “hh : mm” as placeholder
  • If needed, you can add a Select next to the time text field allowing the user to choose from “AM” to “PM”.
Datepicker03
Best practices
Datepicker03DO

Always show the calendar icon in the text field to make it clear to the user entering a date.

Datepicker03DONT

Don’t hide the icon because it won’t be clear for the user he needs to enter a date.

Datepicker04DO

The calendar must open on the current month and date, which must be highlighted.

Datepicker04DONT

Don’t open to a random date.

Datepicker05DO

In cases when the requested date must be later than the current date, you must grey over and make the previous days unclickable (the same goes for opposite situations when the requested date must be prior to the current date).

Datepicker05Caution

Make sure the user can actually select the selectable dates.

Datepicker06DO

Always allow manual entry of the date or the period of time.

Datepicker06DONT

Don’t take off the manual entry.

Visual guidelines

Behaviours

The elements of the date picker are available in 4 states: Default, hover, selected, current day, focus, out of month.

Datepicker02
Code & Design assets

Request code and design assets for creating user interfaces.

Component overview

Component overview

Can I contribute to the System?

Of course! Your contribution is more than welcomed and the System team will always be here to review your contributions or discuss.

Back to top