mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
5e6b4937a7
Calculate the day or week of the Fiscal Year with an arbitrary start date.
10 lines
511 B
Plaintext
10 lines
511 B
Plaintext
This module allows you to calulate the day, week, period or quarter of a date
|
|
in a fiscal year, given a start date and either a target date or number of
|
|
periods and target date. This is often needed in business, where the fiscal
|
|
year begins and ends on different days than the calendar year. This module is
|
|
based on the Gregorian calendar. Using other DT calendar objects will return
|
|
results, but the behavior is unpredicatable for calendars that have more than
|
|
365 or 366 days.
|
|
|
|
WWW: http://datetime.perl.org/
|