Implementation for getFiscalDayOfYear() and getFiscalWeekOfYear()
commit0215f139c382fc473e5f08f5db1dcf06f4639285
authorSebastian Hoß <mail@shoss.de>
Tue, 13 Aug 2013 13:55:14 +0000 (13 15:55 +0200)
committerSebastian Hoß <mail@shoss.de>
Tue, 13 Aug 2013 13:55:14 +0000 (13 15:55 +0200)
tree93fa09a80f5df07ff483d7173de8a66b398d1f9a
parent1d7ee2399461eee5c04bb9852322f85982c7f220
Implementation for getFiscalDayOfYear() and getFiscalWeekOfYear()

Both implementations use the number of days/weeks between the start of
the fiscal year and the current calendar date.

Signed-off-by: Sebastian Hoß <mail@shoss.de>
src/main/java/com/github/sebhoss/time/FiscalDateImplementation.java