Input controls for date and timestamp should show 4 year digits by default
In JSS the default date mask for input controls shows only 2 digits of the year instead of 4. It requires you to enter 4 digits though and that can be confusing, resulting in the end user entering year 0021 instead of 2021. Having 4 digits display...