Created
July 27, 2016 03:03
-
-
Save 328/0e8b9e2182fe737192979b5c964f2a1a to your computer and use it in GitHub Desktop.
数字の0パディング (4桁に揃えたい)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CODE = '111' | |
| format("%04d", CODE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment