Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nerohmot authored Feb 22, 2021
1 parent 6cebe07 commit 4c5db95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c5db95

Please sign in to comment.