Closed
Bug 1035769
Opened 11 years ago
Closed 11 years ago
[B2G][First Time User] support 24 hour time format
Categories
(Firefox OS Graveyard :: Gaia::First Time Experience, defect)
Firefox OS Graveyard
Gaia::First Time Experience
ARM
Gonk (Firefox OS)
Tracking
(feature-b2g:2.1)
People
(Reporter: howie, Unassigned)
References
Details
(Whiteboard: [systemsfe])
There will be a setting toggle to let user choose between 12/24 hour time format in v2.1. User story and settings spec: Bug 903683
For each app, the tasks to do after toggle is added would be:
1.Read/listen to the time format toggle value/change event.
2.Input the corresponding time format to existing mozL10n.DateTimeFormat() function. Currently the input time format should be a fixed 12 hour
shortTimeFormat = %I:%M %p , line 201 of http://goo.gl/DR4CNe. There will be a 24 hour time format added.
3.Show the return of the function as it's doing now.
Updated•11 years ago
|
Whiteboard: [systemsfe]
Comment 2•11 years ago
|
||
I check a little bit of FTU and does not find any place to show date time.
If its right we could close this issue.
Flags: needinfo?(francisco)
Updated•11 years ago
|
Target Milestone: --- → 2.1 S3 (29aug)
Comment 3•11 years ago
|
||
(In reply to Fred Lin [:gasolin] from comment #2)
> I check a little bit of FTU and does not find any place to show date time.
> If its right we could close this issue.
Yes,
that's true :)
Flags: needinfo?(francisco)
You need to log in
before you can comment on or make changes to this bug.
Description
•