Years smaller than 1000 were lacking the leading zeros for the yyyy-MM-dd format (because they lacked the conditional zero-filling of the months and days)
and thus were yielding errors in the CMS Entity-View.
I believe the following solution is more flexible and short-hand than conditionally appending a fix number of zeros.
Years smaller than 1000 were lacking the leading zeros for the yyyy-MM-dd format (because they lacked the conditional zero-filling of the months and days) and thus were yielding errors in the CMS Entity-View. I believe the following solution is more flexible and short-hand than conditionally appending a fix number of zeros.