fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
479 B
Text
7 lines
479 B
Text
This module allows you to calculate 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 unpredictable for calendars that have more than
|
|
365 or 366 days.
|