+ 1
Why is the $stdout different when using a uppercase variable compared to a lowercase variable?
I dont understand why %u != %U, %v != %V, and %w != %W. Can anyone help me understand whats going on here? https://code.sololearn.com/cDuAuwDXtbzG/?ref=app
2 Réponses
+ 3
Because they are different format specifiers.
https://www.shortcutfoo.com/app/dojos/ruby-date-format-strftime/cheatsheet
+ 1
Thanks for clarifying, ChaoticDawg.