Skip to content

Instantly share code, notes, and snippets.

@douglasmiranda
Created April 17, 2013 22:26
Show Gist options
  • Save douglasmiranda/5408278 to your computer and use it in GitHub Desktop.
Save douglasmiranda/5408278 to your computer and use it in GitHub Desktop.
Leading zeros in django templates
{{ variable|stringformat:"02d" }}
@fanckush
Copy link

Thanks! this was super useful and still works on Django 2.2

@lexenington
Copy link

Greatly helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment