summaryrefslogtreecommitdiff
path: root/src/isodate/isostrf.py
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2017-07-06 11:59:29 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2017-07-06 11:59:29 +1000
commit2834d264b42d3e0df9b3dedb94e576cd3621b5dc (patch)
treeb897334a2efedb0551bf2c8e89f7327e47dcdeb4 /src/isodate/isostrf.py
parent72345c4573d588170bdd201a604395bf15d83957 (diff)
parentf609b08adde6a522fc7de9c01a77a70802d668bb (diff)
downloadisodate-2834d264b42d3e0df9b3dedb94e576cd3621b5dc.tar.gz
Merge branch 'master' of https://github.com/raisou/isodate
Diffstat (limited to 'src/isodate/isostrf.py')
-rw-r--r--src/isodate/isostrf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/isodate/isostrf.py b/src/isodate/isostrf.py
index 1afc810..642044b 100644
--- a/src/isodate/isostrf.py
+++ b/src/isodate/isostrf.py
@@ -48,7 +48,8 @@ DATE_BAS_ORD_COMPLETE = '%Y%j'
DATE_EXT_ORD_COMPLETE = '%Y-%j'
DATE_BAS_WEEK = '%YW%W'
DATE_EXT_WEEK = '%Y-W%W'
-DATE_MONTH = '%Y-%m'
+DATE_BAS_MONTH = '%Y%m'
+DATE_EXT_MONTH = '%Y-%m'
DATE_YEAR = '%Y'
DATE_CENTURY = '%C'