Skip to content

Instantly share code, notes, and snippets.

@328
Created July 27, 2016 03:03
Show Gist options
  • Select an option

  • Save 328/0e8b9e2182fe737192979b5c964f2a1a to your computer and use it in GitHub Desktop.

Select an option

Save 328/0e8b9e2182fe737192979b5c964f2a1a to your computer and use it in GitHub Desktop.
数字の0パディング (4桁に揃えたい)
CODE = '111'
format("%04d", CODE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment