The numeric-leading-zeros of the day formats works incorrectly!

Here is a piece of code in a csl file:

<date variable="accessed" prefix="/">
<date-part name="year"/>
<date-part name="month" form="numeric-leading-zeros" prefix="-"/>
<date-part name="day" form="numeric-leading-zeros" prefix="-"/>
</date>

I want to get this format: 2009-03-03
However I got this: 2009-03-3

Can somebody help me to fix this? Thanks!

This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.