numberFormat is displaying a leading 0 when formatting integers < 10
Description
Currently numberFormat( 1 ) results in 01 being returned. Integers greater than or equal to 10 do not exhibit this behavior. Determine where this regression occurred and ensure test coverage
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Currently
numberFormat( 1 )
results in01
being returned. Integers greater than or equal to 10 do not exhibit this behavior. Determine where this regression occurred and ensure test coverage