1.5
will offset current time with 1.5 hours, -01:00
will offset current time with negative 1 hour, UTC+00:00
will be the Zulu time.
Icon | Description (click row to toggle editing) |
---|---|
Value must be unique in this group field, the following format is accept:
|
Select a color scheme to apply to your design.
Format | Description | Example | |
---|---|---|---|
HH:mm |
Time | ||
ss |
Seconds * it's best to set second in its own datafield if you turn on the partial update during the sleep mode. |
||
h:mm a |
Time | ||
ddd, MMM D |
Date
* check week/month section for the explanation of tokens. |
||
MMM D |
Date
* check week/month section for the explanation of tokens. |
||
MM/DD |
Date |
Format | Description | Example | ||
---|---|---|---|---|
H |
Hours (24 hour time) | 0..23 |
||
HH |
Hours (24 hour time) | 00..23 |
||
h |
Hours (12 hour time used with a A .) |
1..12 |
||
hh |
Hours (12 hour time used with a A .) |
01..12 |
||
a |
Post or ante meridiem
* to customize the output of am/pm, expanding the Global settings section in Widgets, and click "Localization" button. |
am pm |
||
A |
Post or ante meridiem
* to customize the output of am/pm, expanding the Global settings section in Widgets, and click "Localization" button. |
AM PM |
||
m |
Minutes | 0..59 |
||
mm |
Minutes | 00..59 |
||
s |
Seconds | 0..59 |
||
ss |
Seconds | 00..59 |
||
G |
Military Date Time Group
G references the military identifier of time zone: |
A..IK..Y |
G
|
Format | Description | Example | ||
---|---|---|---|---|
W |
ISO Week of year | 1..53 |
||
WW |
ISO Week of year | 01..53 |
||
e |
Day of week (Sun:0,Mon:1,...,Sat:6) | 0..6 |
||
ddd |
Day name
* to customize the output of week day name, expanding the global settings section in Widgets, and click "Localization" button. |
Mon...Sun |
||
dddd |
Day name
* to customize the output of week day name, expanding the global settings section in Widgets, and click "Localization" button. |
Monday...Sunday |
Format | Description | Example | ||
---|---|---|---|---|
YYYY |
4 digit year | 2014 |
||
YY |
2 digit year | 14 |
||
Q |
Quarter of year. Sets month to first month in quarter. | 1..4 |
||
M |
Month number | 1..12 |
||
MM |
Month number | 01..12 |
||
MMM |
Month name
* to customize the output of month name, expanding the global settings section in Widgets, and click "Localization" button. |
Jan..Dec |
||
MMMM |
Month name
* to customize the output of month name, expanding the global settings section in Widgets, and click "Localization" button. |
January..December |
||
D |
Day of month | 1..31 |
||
DD |
Day of month | 01..31 |
||
Do |
Day of month with ordinal | 1st..31st |
||
DDD |
Day of year | 1..365 |
||
DDDD |
Day of year | 001..365 |
Format | Description | Example |
---|---|---|
%d |
days | 3 |
%h |
hours | 6 |
%m |
minutes | 09 |
%s |
seconds | 56 |
The formatting string is similar to that available in printf
from the
C stdio library, though the length
option is not available:
%[flags][width][.precision]specifier
Examples:
Format | Description |
---|---|
%d |
signed integer value |
%f |
float value |
%.2f |
float value with two decimal places |
%d |
days |
%h |
hours |
%m |
minutes |
%s |
seconds |
All other characters will be copied to the result. For example,
if you set the format to %d °C
, and value is 25,
the result will be 25 °C
.
id | default string |
---|
This site uses cookies and other tracking technologies to assist with navigation, analyse your use of our products, assist with our promotional and marketing efforts, and provide content from third parties. By continuing to use the site, you agree to the use of cookies.