Skip to content

TwoDigitsMonth

MonsterDruide1 edited this page Aug 24, 2019 · 1 revision

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.