TimeAndDatePickers

Revision 2 as of 2013-07-05 11:15:14

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 min/max

Step precision

Potential components

global date and time

datetime

yes

yes

seconds

year, month, date, hours, minutes, seconds, fraction, time zone offset

local date and time

datetime-local

yes

yes

seconds

year, month, day, hours, minutes, seconds, fraction

date

date

yes

yes

days

year, month, day

month

month

yes

yes

months

year, month

week

week

yes

yes

weeks

year, week

time

time

yes

yes

seconds

hour, minutes, seconds, fraction

What other platforms do