format icon indicating copy to clipboard operation
format copied to clipboard

zero padding does not work in combination with plus sign

Open maddanio opened this issue 6 years ago • 0 comments

i.e. %07d will result in padding to 7 digits with zeros and %+d will show unpadded digits with plus sign if positive, but %+07d only shows the plus sign (if positive) but does not zero pad

maddanio avatar Aug 13 '19 12:08 maddanio