Question Any can help me to change format Month/Day to Day/Month? in screen theme?

Joined
Jul 6, 2019
Messages
2
Likes
0
Points
1
#1
Hi! i have a theme and the date it's showed in format Month/Day, can any help me to modify the format to Day/Month? the text in .json file is the next, i try to change the X-Y position between Months and Days but nothing happens, continue in the same format, thanks and greetings!

"Date": {
"MonthAndDay": {
"OneLine": {
"Number": {
"TopLeftX": 2,
"TopLeftY": 128,
"BottomRightX": 44,
"BottomRightY": 142,
"Alignment": "TopLeft",
"Spacing": 1,
"ImageIndex": 11,
"ImagesCount": 10
},
"DelimiterImageIndex": 21
},
"TwoDigitsMonth": true,
"TwoDigitsDay": true
},
"WeekDay": {
"X": 2,
"Y": 145,
"ImageIndex": 22,
"ImagesCount": 21
},

PD. Sorry for my bad english!
 
Last edited:

Madridii

Active member
Joined
Sep 27, 2018
Messages
101
Likes
60
Points
33
#2
Hi! i have a theme and the date it's showed in format Month/Day, can any help me to modify the format to Day/Month? the text in .json file is the next, i try to change the X-Y position between Months and Days but nothing happens, continue in the same format, thanks and greetings!

"Date": {
"MonthAndDay": {
"OneLine": {
"Number": {
"TopLeftX": 2,
"TopLeftY": 128,
"BottomRightX": 44,
"BottomRightY": 142,
"Alignment": "TopLeft",
"Spacing": 1,
"ImageIndex": 11,
"ImagesCount": 10
},
"DelimiterImageIndex": 21
},
"TwoDigitsMonth": true,
"TwoDigitsDay": true
},
"WeekDay": {
"X": 2,
"Y": 145,
"ImageIndex": 22,
"ImagesCount": 21
},

PD. Sorry for my bad english!
I think it cant be changed in json, need to edit it in FW
 
Joined
Jul 4, 2019
Messages
14
Likes
4
Points
8
#3
Hello, here is example from my json file:

"Date": {
"MonthAndDay": {
"Separate": {
"Month": {
"TopLeftX": 63,
"TopLeftY": 60,
"BottomRightX": 88,
"BottomRightY": 82,
"Alignment": "TopLeft",
"Spacing": 2,
"ImageIndex": 23,
"ImagesCount": 10
},
"Day": {
"TopLeftX": 25,
"TopLeftY": 60,
"BottomRightX": 55,
"BottomRightY": 82,
"Alignment": "TopLeft",
"Spacing": 2,
"ImageIndex": 23,
"ImagesCount": 10
}
},
"TwoDigitsMonth": true,
"TwoDigitsDay": true
},
"WeekDay": {
"X": 3,
"Y": 28,
"ImageIndex": 33,
"ImagesCount": 21
}
},
 

stonewow

New member
Joined
Aug 16, 2019
Messages
1
Likes
0
Points
1
#5
Hello, here is example from my json file:

"Date": {
"MonthAndDay": {
"Separate": {
"Month": {
"TopLeftX": 63,
"TopLeftY": 60,
"BottomRightX": 88,
"BottomRightY": 82,
"Alignment": "TopLeft",
"Spacing": 2,
"ImageIndex": 23,
"ImagesCount": 10
},
"Day": {
"TopLeftX": 25,
"TopLeftY": 60,
"BottomRightX": 55,
"BottomRightY": 82,
"Alignment": "TopLeft",
"Spacing": 2,
"ImageIndex": 23,
"ImagesCount": 10
}
},
"TwoDigitsMonth": true,
"TwoDigitsDay": true
},
"WeekDay": {
"X": 3,
"Y": 28,
"ImageIndex": 33,
"ImagesCount": 21
}
},
I have seen watch faces using this method but I cannot understand how to add a dot or a "/" in between, I know you can add the line
"DelimiterImageIndex":
but it doesn't seem to work with the seperate view...
do you know how I can add a dot?
so the date will be
16.8
and not
16 8
 

Trusted Store

Members online

Our Telegram Channel

Which color of official strap would you like to buy for your Mi Band 3?

  • Black

    Votes: 2,154 52.8%
  • Deep Blue

    Votes: 1,197 29.4%
  • Redish Orange

    Votes: 727 17.8%

Forum statistics

Threads
2,409
Messages
40,534
Members
211,844
Latest member
kratoz29
Top