I need to format numbers in a way that they should be preceded with zeros to contain 5 digits.
I don't get how to create patterns for java formatter.
I tried %4d
but it doesn't adds zeros.
I need to format numbers in a way that they should be preceded with zeros to contain 5 digits.
I don't get how to create patterns for java formatter.
I tried %4d
but it doesn't adds zeros.