Skip to content

Commit

Permalink
Add FiscalDatetime.fiscal_month example to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmendoza committed Oct 16, 2020
1 parent faa3711 commit 75c2e2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ The start and end of each quarter are stored as instances of the ``FiscalDateTim
FiscalDateTime(2017, 4, 8, 20, 30, 31, 105323)
>>> c.fiscal_year
2017
>>> c.fiscal_month
7
>>> c.quarter
3
>>> c.next_quarter
Expand Down

0 comments on commit 75c2e2d

Please sign in to comment.