As a guest account, you won't be able to save your design.
If your device isn't listed, select any device with the same screen size as yours.
COMING SOON
id | default string |
|
---|
The title to display in Garmin Connect Mobile/Garmin Express when displaying the list of settings/value of the setting.
The key of the property that this setting will manage. Letter, under score, and number only, no space and special characters allow. To access this property value in your design, use (prop.propertykey) in the expression.
The initial value for this property.
The display type of the setting. A value of list will require array of elements, ex. [1, 2, 3], or [0xffffff,0xffaa00,0xff0000].
The maximum allowed value length.
The message to display when prompting the user to set the value.
An error message to display if the value a user enters isn't valid based on the type, min, max and maxLength values.
The title to display in Garmin Connect Mobile/Garmin Express when displaying the list of settings/value of the setting.
The key of the property that this setting will manage. Letter, under score, and number only, no space and special characters allow. To access this property value in your design, use (prop.propertykey) in the expression.
The initial value for this property.
The display type of the setting.
The minimum value to allow.
The maximum value to allow.
The message to display when prompting the user to set the value.
An error message to display if the value a user enters isn't valid based on the type, min, max and maxLength values.
The title to display in Garmin Connect Mobile/Garmin Express when displaying the list of settings/value of the setting.
The key of the property that this setting will manage. Letter, under score, and number only, no space and special characters allow. To access this property value in your design, use (prop.propertykey) in the expression.
The initial value for this property.
The display type of the setting.
The minimum value to allow.
The maximum value to allow.
The message to display when prompting the user to set the value.
An error message to display if the value a user enters isn't valid based on the type, min, max and maxLength values.
The title to display in Garmin Connect Mobile/Garmin Express when displaying the list of settings/value of the setting.
The key of the property that this setting will manage. Letter, under score, and number only, no space and special characters allow. To access this property value in your design, use (prop.propertykey) in the expression.
The initial value for this property.
The display type of the setting.
The message to display when prompting the user to set the value.
An error message to display if the value a user enters isn't valid based on the type, min, max and maxLength values.
The title to display in Garmin Connect Mobile/Garmin Express when displaying the list of settings/value of the setting.
The key of the property that this setting will manage. Letter, under score, and number only, no space and special characters allow. To access this property value in your design, use (prop.propertykey) in the expression.
The initial value for this property.
The display type of the setting.
The message to display when prompting the user to set the value.
An error message to display if the value a user enters isn't valid based on the type, min, max and maxLength values.
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 in Localization window. |
am pm |
||
A |
Post or ante meridiem
* to customize the output of am/pm in Localization window. |
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 in Localization window. |
Mon...Sun |
||
dddd |
Day name
* to customize the output of week day name in Localization window. |
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 in Localization window. |
Jan..Dec |
||
MMMM |
Month name
* to customize the output of month name in Localization window. |
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 |
acos
asin
atan
atan2
ceil
cos
floor
ln
log
pow
round
sin
sqrt
tan
toDegrees
toRadians
pressure
length
energy
weight
time
speed
temperature
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
.
Icon | Description (click row to toggle editing) |
---|---|
Value must be unique in this group field, the following
format is accept:
|
Your garmin app design is uploaded successfully!
Your design contains ${totalImagesCount} images. *Garmin app can only have 255 drawables in one app.
Your app id is: ${result.guid}
Uploaded...
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.
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.
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.