Last active
October 7, 2019 21:44
-
-
Save tetov/9037fa117ab111fa987863105ad23662 to your computer and use it in GitHub Desktop.
To get a monthly recurring date in Swedish format
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
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