From 4c5db9527e62aba712e7e2ba1cfcd73958a4e487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20H=C3=B6ren?= Date: Mon, 22 Feb 2021 23:51:52 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be5654b..c6b6e5c 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,11 @@ In [2]: now = DT() In [3]: print(now) Friday, February 19 2021 @ 10:28:07 (Q1 21075) -In [4]: print(f"We are now in KW{now.KW} Q{now.quarter}/{now.year} and the DateCode is '{now.datecode}'") -We are now in KW7 Q1/2021 and the DateCode is '21075' +In [4]: print(f"We are now in KW{now.KW} Q{now.quarter}/{now.year}") +We are now in KW7 Q1/2021 +In [5]: print(f"Today's DateCode is '{now.datecode}'") +Today's DateCode is '21075' ``` ### DT initialization & call