TwoDigitsDay - MonsterDruide1/MiBand4-WatchfaceEditor GitHub Wiki
The property TwoDigitsDay is only used by MonthAndDay. It is used to determine whether the number of the current day should be always made of two decimals or if it can be also only one decimal. Example: (true) 5 -> 05, 31 -> 31; (false) 5 -> 5, 31 -> 31.