-
Notifications
You must be signed in to change notification settings - Fork 4
TwoDigitsDay
MonsterDruide1 edited this page Aug 24, 2019
·
1 revision
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.