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