You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, space-padding and no padding are different. Second, is there prior art with format strings for what escape sequence should represent one of those?
- don't pad a numerical output.
_ use spaces for padding.
0 use zeros for padding.
^ upcase the result string.
# change case.
: use colons for %z.
I understand there's a difference in space padding and no padding, but in HTML context that usually doesn't matter (unless you do white-space: pre or something similar). I'm OK with any of the two options, but would probably use non-padded more often.
In the format directives there is one missing: a space-padded (or non-padded) month number (
July
->7
or7
). I'd find that useful :)The text was updated successfully, but these errors were encountered: