Skip to content

Instantly share code, notes, and snippets.

@tetov
Last active October 7, 2019 21:44
Show Gist options
  • Save tetov/9037fa117ab111fa987863105ad23662 to your computer and use it in GitHub Desktop.
Save tetov/9037fa117ab111fa987863105ad23662 to your computer and use it in GitHub Desktop.
To get a monthly recurring date in Swedish format
for n in range (1, 13): print("2019-{:02d}-28".format(n))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment