TimeAndDatePickers

Revision 1 as of 2013-07-04 17:35:29

Clear message

Ubuntu Touch should have a set of time and date picker controls.

Use cases

  • Setting the device time and date in System Settings

    phone-time-date-settings.png

  • Adding someone’s birthday to the address book, with or without a year
  • fine-tuning the time and date of a Calendar event
  • choosing a timer or countdown value in the Clock

Web use cases

HTML’s <input> element, and therefore the Ubuntu Phone browser, requires several controls for entering particular parts of a date and/or time.

Control

type=

Nullable

Can have minimum

Can have maximum

Step precision

global date and time

datetime

yes

yes

yes

seconds

date

date

yes

yes

yes

days

month

month

yes

yes

yes

months

week

week

time

time

local date and time

datetime-local

What other platforms do