Return two digit dates from MONTH() and DAY(), i.e.
MONTH( "01-01-2020 01:10:11" ) → returns 01
MONTH( "11-21-2020 02:11:12" ) → returns 11
This change would mean the returns from MONTH() and DAY() can be sorted alphabetically and will return the correct ordering.