Extension of the representation of date and time #181

Closed
opened 3 years ago by lgq-lzw · 4 comments

Not only simply show second but also support custom date and time representation.

MIUI supports these functions implicitly:

yyyy:4digits years yy:2digits years YY:Chinese lunar years MM:months N:Chinese lunar months HH:hours(24-hour) hh:hours(12-hour) dd:days e:Chinese lunar days a:am/pm mm:minutes ss:seconds E:day of the week

It can be used in 4 locations

1.normal status bar 2.drop down status bar - left to searchbar 3.drop down status bar - signal bar 4.lock screen


For reference:

Chimi xposed mould: https://github.com/yonghen/chimi-

XMiTools xposed mould: https://github.com/tianma8023/XMiTools

Not only simply show second but also support custom date and time representation. MIUI supports these functions implicitly: yyyy:4digits years yy:2digits years YY:Chinese lunar years MM:months N:Chinese lunar months HH:hours(24-hour) hh:hours(12-hour) dd:days e:Chinese lunar days a:am/pm mm:minutes ss:seconds E:day of the week It can be used in 4 locations 1.normal status bar 2.drop down status bar - left to searchbar 3.drop down status bar - signal bar 4.lock screen ---------------- For reference: Chimi xposed mould: https://github.com/yonghen/chimi- XMiTools xposed mould: https://github.com/tianma8023/XMiTools
Owner

MIUI supports these functions implicitly

No, it's just a date formatting that Android supports, MIUI does not have custom date/time format anywhere. What's wrong with these 2 already existing modules? Just use them.

> MIUI supports these functions implicitly No, it's just a date formatting that Android supports, MIUI does not have custom date/time format anywhere. What's wrong with these 2 already existing modules? Just use them.
Poster

Some functions in Chimi or XMiTools can be added to CustoMIUIzer. Think about it

Some functions in Chimi or XMiTools can be added to CustoMIUIzer. Think about it
Owner

They sure can be, but I'm not interested in copypasting already working mods from other modules in particular and in custom clock format in general.

They sure can be, but I'm not interested in copypasting already working mods from other modules in particular and in custom clock format in general.
Mikanoshi closed this issue 3 years ago
Poster

MIUI supports these functions implicitly

No, it's just a date formatting that Android supports, MIUI does not have custom date/time format anywhere. What's wrong with these 2 already existing modules? Just use them.

New Chimi does not support old MIUI(<12.5), it means its bugfix and new function does not apply to MIUI < 12.5

XMitools has few function, but it can show seconds on lockscreen -- only XMitools can realize now.

> > MIUI supports these functions implicitly > > No, it's just a date formatting that Android supports, MIUI does not have custom date/time format anywhere. > What's wrong with these 2 already existing modules? Just use them. New Chimi does not support old MIUI(<12.5), it means its bugfix and new function does not apply to MIUI < 12.5 XMitools has few function, but it can show seconds on lockscreen -- only XMitools can realize now.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Mikanoshi/CustoMIUIzer#181
Loading…
There is no content yet.