Display month as text (jan, feb, mar,...) instead of digits (01, 02, 03...)
Posted: 21 Aug 2019, 07:09
hello, I can not find how the json file needs to be, if I add additional images for the name of the months, instead of displaying month as a digit number... does anybody know, what to do? my json date looks like this
I assume the "TwoDigitsMonth" needs to be false, and I will need (I have) 12 additional images and a position for the names, but what else is needed? ty
Code: Select all
"Date": {
"MonthAndDay": {
"Separate": {
"Month": {
"TopLeftX": 86,
"TopLeftY": 92,
"BottomRightX": 64,
"BottomRightY": 70,
"Alignment": "TopRight",
"Spacing": 1,
"ImageIndex": 21,
"ImagesCount": 10
},
"Day": {
"TopLeftX": 52,
"TopLeftY": 92,
"BottomRightX": 96,
"BottomRightY": 70,
"Alignment": "TopLeft",
"Spacing": 1,
"ImageIndex": 21,
"ImagesCount": 10
}
},
"TwoDigitsMonth": true,
"TwoDigitsDay": true
},